Author: jdcasey
Date: Wed Dec 10 08:56:29 2008
New Revision: 725338
URL: http://svn.apache.org/viewvc?rev=725338&view=rev
Log:
adding diagnostic maven execution to the unix IT target for debugging on the
grid.
Modified:
maven/components/branches/maven-2.0.10-RC/build.xml
Modified: maven/components/branches/maven-2.0.10-RC/build.xml
URL:
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/build.xml?rev=725338&r1=725337&r2=725338&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/build.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/build.xml Wed Dec 10 08:56:29 2008
@@ -245,10 +245,7 @@
</exec>
<echo>Running integration tests</echo>
- <exec failonerror="true"
dir="${java.io.tmpdir}/${itPom.artifactId}-${itPom.version}"
executable="${maven.home}/bin/mvn">
- <arg value="-v"/>
- </exec>
-
+ <echo>maven.home is: ${maven.home}</echo>
<!-- Using java.io.tmpdir to avoid long path names that will make windows
scream. -->
<exec failonerror="true"
dir="${java.io.tmpdir}/${itPom.artifactId}-${itPom.version}"
executable="${maven.home}/bin/mvn">
<arg value="-Prun-its"/>