Author: jvanzyl Date: Mon Aug 11 14:03:32 2008 New Revision: 684929 URL: http://svn.apache.org/viewvc?rev=684929&view=rev Log: i will sort out what is wrong with hudson, modello in later versions has magically stopped working
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=684929&r1=684928&r2=684929&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:03:32 2008 @@ -82,7 +82,6 @@ <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>