o Fixed bootstrap to use proper local repo when processing main POM

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1002803 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-09-29 18:41:03 +00:00
parent 069a4a7985
commit b428381d99

View File

@ -93,7 +93,9 @@ Do you want to continue?</input>
<copy file="pom.xml" tofile="dependencies.xml" />
<replace file="${basedir}/dependencies.xml" token="&lt;!--bootstrap-start-comment--&gt;" value="&lt;!--" />
<replace file="${basedir}/dependencies.xml" token="&lt;!--bootstrap-end-comment--&gt;" value="--&gt;" />
<artifact:pom file="${basedir}/dependencies.xml" id="pom" />
<artifact:pom file="${basedir}/dependencies.xml" id="pom">
<localRepository path="${maven.repo.local}" />
</artifact:pom>
<artifact:dependencies pathId="pom.pathid" filesetId="pom.fileset" useScope="compile">
<localRepository path="${maven.repo.local}" />
<pom refid="pom" />