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"/>


Reply via email to