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 2008/09/25 19:46:29 UTC

svn commit: r699033 - /maven/components/branches/2.2.0-M1-MNG-3759/build.xml

Author: ogusakov
Date: Thu Sep 25 10:46:29 2008
New Revision: 699033

URL: http://svn.apache.org/viewvc?rev=699033&view=rev
Log:
added mwagon debugging output in build.xml

Modified:
    maven/components/branches/2.2.0-M1-MNG-3759/build.xml

Modified: maven/components/branches/2.2.0-M1-MNG-3759/build.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/2.2.0-M1-MNG-3759/build.xml?rev=699033&r1=699032&r2=699033&view=diff
==============================================================================
--- maven/components/branches/2.2.0-M1-MNG-3759/build.xml (original)
+++ maven/components/branches/2.2.0-M1-MNG-3759/build.xml Thu Sep 25 10:46:29 2008
@@ -167,7 +167,6 @@
   <target name="maven-compile" depends="compile-boot" description="compiles Maven using the bootstrap Maven, skipping automated tests">
     <java fork="true" classname="org.apache.maven.cli.MavenCli" failonerror="true">
       <jvmarg value="-Xmx256M"/>
-      <jvmarg value="-Dmaven.mercury.wagon.debug.transfer=true"/>
       <classpath refid="maven.classpath"/>
       <arg value="-B"/>
       <arg value="-X"/>
@@ -175,6 +174,7 @@
       <arg value="install"/>
       <arg value="-Dmaven.repo.local=${maven.repo.local}"/>
       <arg value="-Dsurefire.useFile=${surefire.useFile}"/>
+      <arg value="-Dmaven.mercury.wagon.debug.transfer=true"/>
     </java>
   </target>