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:34:42 UTC

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

Author: ogusakov
Date: Thu Sep 25 10:34:42 2008
New Revision: 699029

URL: http://svn.apache.org/viewvc?rev=699029&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=699029&r1=699028&r2=699029&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:34:42 2008
@@ -167,6 +167,7 @@
   <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"/>