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 17:11:07 UTC

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

Author: rdonkin
Date: Sun May 29 15:11:07 2011
New Revision: 1128886

URL: http://svn.apache.org/viewvc?rev=1128886&view=rev
Log:
Revert 1128883 after testing (have to commit before able to test release plugin)

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=1128886&r1=1128885&r2=1128886&view=diff
==============================================================================
--- james/mailet/ai/trunk/pom.xml (original)
+++ james/mailet/ai/trunk/pom.xml Sun May 29 15:11:07 2011
@@ -141,11 +141,6 @@
         </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>
@@ -168,23 +163,6 @@
     </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>
     
 <!-- 
 
@@ -657,8 +635,6 @@ 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