o note a couple todo to clean up the build.xml to a complete mininum

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@676388 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-07-13 18:11:17 +00:00
parent 0b3494a88d
commit 9bd026c6e3
1 changed files with 5 additions and 2 deletions

View File

@ -27,6 +27,10 @@ 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.
TODO:
- Ant Tasks for Modello (generally useful and will greatly shorten the script)
- Ant Tasks for Plexus Component Descriptors (generally useful and will allow us to eliminate the hand-coded descriptors)
-->
<project default="all" basedir="." xmlns:artifact="urn:maven-artifact-ant">
@ -159,8 +163,7 @@ having a set of builds converge on the same repository for integration purposes.
</java>
</target>
<target name="maven-assembly" depends="maven-compile" description="generates the Maven installation assembly using the bootstrap Maven">
<target name="maven-assembly" depends="maven-compile" description="generates the Maven installation assembly using the bootstrap Maven">
<echo>
The new Maven distribution was created as part of the MAVEN-COMPILE step, above.
This goal just validates the presence of that distribution.