o merge from shane's branch

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@675556 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-07-10 12:55:48 +00:00
parent 4cd0fee87d
commit 5aad974727
1 changed files with 4 additions and 0 deletions

View File

@ -58,7 +58,10 @@ having a set of builds converge on the same repository for integration purposes.
<target name="pull" depends="init" unless="skip.pull">
<property name="verbose" value="false"/>
<!-- Initialize properties -->
<property name="maven.repo.local" value="${user.home}/.m2/repository"/>
<property name="surefire.useFile" value="true"/>
<!-- Pull the dependencies that Maven needs to build -->
<copy file="pom.xml" tofile="dependencies.xml"/>
<replace file="${basedir}/dependencies.xml" token="&lt;!--start--&gt;" value="&lt;!--"/>
@ -151,6 +154,7 @@ having a set of builds converge on the same repository for integration purposes.
<arg value="clean"/>
<arg value="install"/>
<arg value="-Dmaven.repo.local=${maven.repo.local}"/>
<arg value="-Dsurefire.useFile=${surefire.useFile}"/>
</java>
</target>