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/13 20:11:17 UTC

svn commit: r676388 - /maven/components/trunk/build.xml

Author: jvanzyl
Date: Sun Jul 13 11:11:17 2008
New Revision: 676388

URL: http://svn.apache.org/viewvc?rev=676388&view=rev
Log:
o note a couple todo to clean up the build.xml to a complete mininum

Modified:
    maven/components/trunk/build.xml

Modified: maven/components/trunk/build.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/build.xml?rev=676388&r1=676387&r2=676388&view=diff
==============================================================================
--- maven/components/trunk/build.xml (original)
+++ maven/components/trunk/build.xml Sun Jul 13 11:11:17 2008
@@ -27,6 +27,10 @@
 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 @@
     </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.