You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/05/06 17:49:23 UTC

svn commit: r1100257 - /maven/pom/trunk/asf/pom.xml

Author: olamy
Date: Fri May  6 15:49:22 2011
New Revision: 1100257

URL: http://svn.apache.org/viewvc?rev=1100257&view=rev
Log:
[MPOM-9] Apache Parent POM 9 does not allow override of <useAgent> in apache-release profile
Submitted by Sebb

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=1100257&r1=1100256&r2=1100257&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Fri May  6 15:49:22 2011
@@ -92,6 +92,7 @@ under the License.
     <organization.logo>http://www.apache.org/images/asf_logo_wide.gif</organization.logo>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
+    <gpg.useagent>true</gpg.useagent>
   </properties>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/asf</connection>
@@ -354,7 +355,7 @@ under the License.
             <artifactId>maven-gpg-plugin</artifactId>
             <configuration>
               <passphrase>${gpg.passphrase}</passphrase>
-              <useAgent>true</useAgent>
+              <useAgent>${gpg.useagent}</useAgent>
             </configuration>
             <executions>
               <execution>