summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2010-11-26 01:29:11 +0000
committerBrett Porter <brett@apache.org>2010-11-26 01:29:11 +0000
commit19dd230af9fc5682b45ab2d6cc0d9fe7b3266314 (patch)
tree1e720fb8fb735824187fad1efc0fd85d0806acc0 /pom.xml
parent68f668e161a6ced58e64dcc6568faafc7c886fa3 (diff)
downloadarchiva-19dd230af9fc5682b45ab2d6cc0d9fe7b3266314.tar.gz
archiva-19dd230af9fc5682b45ab2d6cc0d9fe7b3266314.zip
upgrade GPG plugin and use agent
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1039236 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 889458a64..912b22397 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@
<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>
@@ -1139,6 +1139,7 @@
<artifactId>maven-gpg-plugin</artifactId>
<configuration>
<passphrase>${gpg.passphrase}</passphrase>
+ <useAgent>true</useAgent>
</configuration>
<executions>
<execution>