You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/09/29 20:41:03 UTC

svn commit: r1002803 - /maven/maven-3/trunk/build.xml

Author: bentmann
Date: Wed Sep 29 18:41:03 2010
New Revision: 1002803

URL: http://svn.apache.org/viewvc?rev=1002803&view=rev
Log:
o Fixed bootstrap to use proper local repo when processing main POM

Modified:
    maven/maven-3/trunk/build.xml

Modified: maven/maven-3/trunk/build.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/build.xml?rev=1002803&r1=1002802&r2=1002803&view=diff
==============================================================================
--- maven/maven-3/trunk/build.xml (original)
+++ maven/maven-3/trunk/build.xml Wed Sep 29 18:41:03 2010
@@ -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" />