Author: kenney Date: Sat Jul 8 09:00:40 2006 New Revision: 420156 URL: http://svn.apache.org/viewvc?rev=420156&view=rev Log: Added codehaus repository since that is not synced with ibiblio yet.
Modified: maven/components/branches/maven-2.0.x/maven-script/pom.xml Modified: maven/components/branches/maven-2.0.x/maven-script/pom.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-script/pom.xml?rev=420156&r1=420155&r2=420156&view=diff ============================================================================== --- maven/components/branches/maven-2.0.x/maven-script/pom.xml (original) +++ maven/components/branches/maven-2.0.x/maven-script/pom.xml Sat Jul 8 09:00:40 2006 @@ -19,6 +19,14 @@ <enabled>false</enabled> </releases> </repository> + <repository> + <id>codehaus</id> + <name>Codehaus Repository</name> + <url>http://repository.codehaus.org/</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> </repositories> <modules> <module>maven-script-ant</module>