]> source.dussan.org Git - archiva.git/commitdiff
gpg use agent can be override tru a property
authorOlivier Lamy <olamy@apache.org>
Mon, 30 Jul 2012 08:06:38 +0000 (08:06 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 30 Jul 2012 08:06:38 +0000 (08:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1367020 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 316081787568c7f2a6abafc5d7807bb6467f9a32..e2f4f032309eb98016edfb305907ddc679dacc25 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,7 @@
     <snapshotsDeployId>archiva-repository.snapshots</snapshotsDeployId>
     <releaseDeployUrl>https://archiva-repository.apache.org/archiva/repository/archiva-releases-stage/</releaseDeployUrl>
     <releaseDeployId>archiva-repository.releases</releaseDeployId>
+    <gpg.useagent>true</gpg.useagent>
   </properties>
 
 
             <artifactId>maven-gpg-plugin</artifactId>
             <configuration>
               <passphrase>${gpg.passphrase}</passphrase>
-              <useAgent>true</useAgent>
+              <useAgent>${gpg.useagent}</useAgent>
             </configuration>
             <executions>
               <execution>