Author: brett Date: Thu Nov 25 23:49:27 2010 New Revision: 1039226 URL: http://svn.apache.org/viewvc?rev=1039226&view=rev Log: [MPOM-7] enable GPG agent if it's running
Modified: maven/pom/trunk/asf/pom.xml Modified: maven/pom/trunk/asf/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1039226&r1=1039225&r2=1039226&view=diff ============================================================================== --- maven/pom/trunk/asf/pom.xml (original) +++ maven/pom/trunk/asf/pom.xml Thu Nov 25 23:49:27 2010 @@ -356,6 +356,7 @@ under the License. <artifactId>maven-gpg-plugin</artifactId> <configuration> <passphrase>${gpg.passphrase}</passphrase> + <useAgent>true</useAgent> </configuration> <executions> <execution>