You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2011/05/29 16:48:00 UTC

svn commit: r1128883 - /james/mailet/ai/trunk/pom.xml

Author: rdonkin
Date: Sun May 29 14:48:00 2011
New Revision: 1128883

URL: http://svn.apache.org/viewvc?rev=1128883&view=rev
Log:
Upgrade to latest gpg plugin version and add parameters to allow signing to be skipped

Modified:
    james/mailet/ai/trunk/pom.xml

Modified: james/mailet/ai/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/ai/trunk/pom.xml?rev=1128883&r1=1128882&r2=1128883&view=diff
==============================================================================
--- james/mailet/ai/trunk/pom.xml (original)
+++ james/mailet/ai/trunk/pom.xml Sun May 29 14:48:00 2011
@@ -141,6 +141,11 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-gpg-plugin</artifactId>
+          <version>1.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jxr-plugin</artifactId>
           <version>2.2</version>
         </plugin>
@@ -163,6 +168,23 @@
     </pluginManagement>
 
     <plugins>
+<!-- 
+
+
+
+
+=============================================
+GPG keys
+ -->
+    
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-gpg-plugin</artifactId>
+          <configuration>
+            <skip>${gpg.skip}</skip>
+            <useAgent>${gpg.useAgent}</useAgent>
+          </configuration>
+        </plugin>
     
 <!-- 
 
@@ -635,6 +657,8 @@ Site 
     <target.jdk>1.5</target.jdk>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <plugin.mailetdoc.version>0.1</plugin.mailetdoc.version>
+    <gpg.useAgent>false</gpg.useAgent>
+    <gpg.skip>false</gpg.skip>
   </properties>
 
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org