Author: jvanzyl
Date: Tue Dec 16 20:08:44 2008
New Revision: 727270
URL: http://svn.apache.org/viewvc?rev=727270&view=rev
Log:
o add snippets which can be used in
http://maven.apache.org/guides/development/guide-building-m2.html
Modified:
maven/components/trunk/build.xml
Modified: maven/components/trunk/build.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/build.xml?rev=727270&r1=727269&r2=727270&view=diff
==============================================================================
--- maven/components/trunk/build.xml (original)
+++ maven/components/trunk/build.xml Tue Dec 16 20:08:44 2008
@@ -17,20 +17,17 @@
under the License.
-->
-<!--
+<!-- START SNIPPET: ant-bootstrap
-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:
+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.
+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.
-TODO:
-- Ant Tasks for Modello (generally useful and will greatly shorten the script)
-
--->
+END SNIPPET: ant-bootstrap -->
<project default="all" basedir="." xmlns:artifact="urn:maven-artifact-ant">