You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2009/04/23 03:07:09 UTC

svn commit: r767751 - /maven/components/trunk/build-mercury.xml

Author: ogusakov
Date: Thu Apr 23 01:07:09 2009
New Revision: 767751

URL: http://svn.apache.org/viewvc?rev=767751&view=rev
Log:
adjusted the usage of -D to be a jvmarg

Modified:
    maven/components/trunk/build-mercury.xml

Modified: maven/components/trunk/build-mercury.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/build-mercury.xml?rev=767751&r1=767750&r2=767751&view=diff
==============================================================================
--- maven/components/trunk/build-mercury.xml (original)
+++ maven/components/trunk/build-mercury.xml Thu Apr 23 01:07:09 2009
@@ -301,8 +301,9 @@
       <arg value="-B"/>
       <arg value="clean"/>
       <arg value="install"/>
-      <arg value="-Dmaven.repo.local=${maven.repo.local}"/>
-      <arg value="-Dsurefire.useFile=${surefire.useFile}"/>
+
+      <jvmarg value="-Dmaven.repo.local=${maven.repo.local}"/>
+      <jvmarg value="-Dsurefire.useFile=${surefire.useFile}"/>
 <!--
 <debug-the-bootstrap>