mirror of https://github.com/apache/maven.git
clean up todo list
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@164565 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e64e69038c
commit
562d1c8cee
|
@ -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"/>
|
||||
|
@ -17,13 +12,6 @@
|
|||
|
||||
<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"/>
|
||||
<dependency groupId="org.codehaus.modello" artifactId="modello-core" version="1.0-alpha-2-SNAPSHOT"/>
|
||||
|
|
Loading…
Reference in New Issue