Author: olamy
Date: Sat Jul  7 21:06:56 2012
New Revision: 1358644

URL: http://svn.apache.org/viewvc?rev=1358644&view=rev
Log:
move comments from archiva pom

Modified:
    archiva/parent/pom.xml

Modified: archiva/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/archiva/parent/pom.xml?rev=1358644&r1=1358643&r2=1358644&view=diff
==============================================================================
--- archiva/parent/pom.xml (original)
+++ archiva/parent/pom.xml Sat Jul  7 21:06:56 2012
@@ -660,11 +660,13 @@
           </plugins>
         </pluginManagement>
         <plugins>
+          <!-- We want to sign the artifact, the POM, and all attached 
artifacts -->
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-gpg-plugin</artifactId>
             <configuration>
               <passphrase>${gpg.passphrase}</passphrase>
+              <useAgent>true</useAgent>
             </configuration>
             <executions>
               <execution>
@@ -698,6 +700,7 @@
               </execution>
             </executions>
           </plugin>
+          <!-- We want to deploy the artifact to a staging location for 
perusal -->
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-deploy-plugin</artifactId>


Reply via email to