You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/03/16 03:09:11 UTC

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

Author: hboutemy
Date: Fri Mar 16 02:09:11 2012
New Revision: 1301314

URL: http://svn.apache.org/viewvc?rev=1301314&view=rev
Log:
[MPOM-35] allow -Darguments when using release plugin
Submitted by: David Blevins

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=1301314&r1=1301313&r2=1301314&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Fri Mar 16 02:09:11 2012
@@ -187,7 +187,7 @@ under the License.
           <configuration>
             <useReleaseProfile>false</useReleaseProfile>
             <goals>deploy</goals>
-            <arguments>-Papache-release</arguments>
+            <arguments>-Papache-release ${arguments}</arguments>
           </configuration>
         </plugin>
         <!-- END SNIPPET: release-plugin-configuration -->