mirror of
https://github.com/apache/maven.git
synced 2025-03-06 08:39:31 +00:00
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:
parent
069a4a7985
commit
b428381d99
@ -93,7 +93,9 @@ Do you want to continue?</input>
|
||||
<copy file="pom.xml" tofile="dependencies.xml" />
|
||||
<replace file="${basedir}/dependencies.xml" token="<!--bootstrap-start-comment-->" value="<!--" />
|
||||
<replace file="${basedir}/dependencies.xml" token="<!--bootstrap-end-comment-->" value="-->" />
|
||||
<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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user