diff options
author | Brett Porter <brett@apache.org> | 2010-11-26 01:29:11 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-11-26 01:29:11 +0000 |
commit | 19dd230af9fc5682b45ab2d6cc0d9fe7b3266314 (patch) | |
tree | 1e720fb8fb735824187fad1efc0fd85d0806acc0 /pom.xml | |
parent | 68f668e161a6ced58e64dcc6568faafc7c886fa3 (diff) | |
download | archiva-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.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |