]> source.dussan.org Git - archiva.git/commitdiff
move comments from archiva pom
authorOlivier Lamy <olamy@apache.org>
Sat, 7 Jul 2012 21:06:56 +0000 (21:06 +0000)
committerOlivier Lamy <olamy@apache.org>
Sat, 7 Jul 2012 21:06:56 +0000 (21:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1358644 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 6e39f095f86e19b0f7accc36bb96728c6b74acf1..54b8da0e6796d8bbfd4cabf3ce54d5fc2b7d1118 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           </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>
               </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>