Author: jvanzyl Date: Mon Aug 11 14:00:03 2008 New Revision: 684927 URL: http://svn.apache.org/viewvc?rev=684927&view=rev Log: add the cli
Modified: maven/components/branches/maven-2.0.10-RC/build.xml Modified: maven/components/branches/maven-2.0.10-RC/build.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/build.xml?rev=684927&r1=684926&r2=684927&view=diff ============================================================================== --- maven/components/branches/maven-2.0.10-RC/build.xml (original) +++ maven/components/branches/maven-2.0.10-RC/build.xml Mon Aug 11 14:00:03 2008 @@ -82,6 +82,7 @@ <artifact:dependencies pathId="modello.pathid" filesetId="modello.fileset" verbose="${verbose}"> <localRepository path="${maven.repo.local}"/> <dependency groupId="org.codehaus.modello" artifactId="modello-maven-plugin" version="1.0-alpha-20"/> + <dependency groupId="org.codehaus.modello" artifactId="modello-cli" version="1.0-alpha-20"/> </artifact:dependencies> </target>