Author: brett
Date: Mon Apr 25 05:50:39 2005
New Revision: 164565

URL: http://svn.apache.org/viewcvs?rev=164565&view=rev
Log:
clean up todo list

Modified:
    maven/components/trunk/maven-artifact-ant/sample.build.xml

Modified: maven/components/trunk/maven-artifact-ant/sample.build.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-artifact-ant/sample.build.xml?rev=164565&r1=164564&r2=164565&view=diff
==============================================================================
--- maven/components/trunk/maven-artifact-ant/sample.build.xml (original)
+++ maven/components/trunk/maven-artifact-ant/sample.build.xml Mon Apr 25 
05:50:39 2005
@@ -2,13 +2,8 @@
   <target name="foo">
     <!--
     TODO...
-    Implementation:
-    - don't require everything in $ANT_HOME/lib (give example using typedef) - 
currently all of M2_HOME/lib needs to be in ANT_HOME/lib (ie maven-core's 
dependencies)
-    - need to decouple maven-artifact from plexus, or create an ant logger for 
plexus, then embed it in here
-    - need to decouple project loading from maven-core. Loading the model was 
not enough (no inheritence or super model)
-    Features:
     - read .m2/settings.xml
-    - get dependencies from POM
+    - get dependencies from a POM
     -->
 
     <artifact:localRepository id="local.repository" 
location="${basedir}/target/local-repo" layout="default"/>
@@ -16,13 +11,6 @@
     <artifact:remoteRepository id="deploy.repository" 
url="file://${basedir}/target/deployment-repo" layout="legacy"/>
 
     <artifact:pom file="pom.xml" id="maven.project"/>
-
-    <!--
-- TODO: would be nice to declare the POM inline, but I'd need to proxy all of 
the model objects
-<artifact:pom id="maven.project">
-  <artifactId>...</artifactId>
-</artifact:pom>
-    -->
 
     <artifact:dependencies pathId="dependency.classpath">
       <dependency groupId="org.apache.maven.wagon" 
artifactId="wagon-provider-test" version="1.0-alpha-2"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to