]> source.dussan.org Git - archiva.git/commitdiff
upgrade GPG plugin and use agent
authorBrett Porter <brett@apache.org>
Fri, 26 Nov 2010 01:29:11 +0000 (01:29 +0000)
committerBrett Porter <brett@apache.org>
Fri, 26 Nov 2010 01:29:11 +0000 (01:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1039236 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 889458a648c6bfa0e5686b8461bd16392616eee3..912b22397f5ddb32dc90d8c8159a715a07f91b11 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-gpg-plugin</artifactId>
-          <version>1.0-alpha-4</version>
+          <version>1.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-gpg-plugin</artifactId>
             <configuration>
               <passphrase>${gpg.passphrase}</passphrase>
+              <useAgent>true</useAgent>
             </configuration>
             <executions>
               <execution>