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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to