Author: bentmann
Date: Sun Feb 8 12:14:33 2009
New Revision: 742070
URL: http://svn.apache.org/viewvc?rev=742070&view=rev
Log:
o Made sure the ITs run with the same local repo as specified to the bootstrap
Modified:
maven/components/branches/maven-2.1.x/build.xml
Modified: maven/components/branches/maven-2.1.x/build.xml
URL:
http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/build.xml?rev=742070&r1=742069&r2=742070&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/build.xml (original)
+++ maven/components/branches/maven-2.1.x/build.xml Sun Feb 8 12:14:33 2009
@@ -240,6 +240,7 @@
<arg value="-e"/>
<arg value="-B"/>
<arg value="process-resources"/>
+ <arg value="-Dmaven.repo.local=${maven.repo.local}"/>
</exec>
<exec failonerror="true"
dir="${basedir}/${itPom.artifactId}/target/classes" executable="cmd">
<env key="M2_HOME" value="${maven.home}"/>
@@ -248,6 +249,7 @@
<arg value="-e"/>
<arg value="-B"/>
<arg value="package"/>
+ <arg value="-Dmaven.repo.local=${maven.repo.local}"/>
</exec>
<echo>Running integration tests</echo>
@@ -260,6 +262,7 @@
<arg value="-B"/>
<arg value="clean"/>
<arg value="install"/>
+ <arg value="-Dmaven.repo.local=${maven.repo.local}"/>
</exec>
</target>
@@ -270,12 +273,14 @@
<arg value="-e"/>
<arg value="-B"/>
<arg value="process-resources"/>
+ <arg value="-Dmaven.repo.local=${maven.repo.local}"/>
</exec>
<exec failonerror="true"
dir="${basedir}/${itPom.artifactId}/target/classes"
executable="${maven.home}/bin/mvn">
<env key="M2_HOME" value="${maven.home}"/>
<arg value="-e"/>
<arg value="-B"/>
<arg value="package"/>
+ <arg value="-Dmaven.repo.local=${maven.repo.local}"/>
</exec>
<echo>Running integration tests</echo>
@@ -286,6 +291,7 @@
<arg value="-B"/>
<arg value="clean"/>
<arg value="install"/>
+ <arg value="-Dmaven.repo.local=${maven.repo.local}"/>
</exec>
</target>