You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2008/07/10 14:09:42 UTC

svn commit: r675538 - /maven/sandbox/branches/SI_MAVEN_2_1/build.xml

Author: jvanzyl
Date: Thu Jul 10 05:09:41 2008
New Revision: 675538

URL: http://svn.apache.org/viewvc?rev=675538&view=rev
Log:
o note on the local repository used for the purpose of an integration repository

Modified:
    maven/sandbox/branches/SI_MAVEN_2_1/build.xml

Modified: maven/sandbox/branches/SI_MAVEN_2_1/build.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/branches/SI_MAVEN_2_1/build.xml?rev=675538&r1=675537&r2=675538&view=diff
==============================================================================
--- maven/sandbox/branches/SI_MAVEN_2_1/build.xml (original)
+++ maven/sandbox/branches/SI_MAVEN_2_1/build.xml Thu Jul 10 05:09:41 2008
@@ -17,6 +17,18 @@
 under the License.
 -->
 
+<!--
+
+By default the bootstrap will use ~/.m2/repository as the integration repository but you can define the integration repository by 
+specifying a property on the command line:
+
+ant -Dmaven.repo.local=/my/integration/repository
+
+Those familiar with Maven will note this is the same way the local repository can be set from the command-line. This facilitates
+having a set of builds converge on the same repository for integration purposes.
+
+-->
+
 <project default="all" basedir="." xmlns:artifact="urn:maven-artifact-ant">
 
   <target name="initTaskDefs">