- Revision
- 122
- Author
- gjoseph
- Date
- 2009-04-27 06:08:16 -0500 (Mon, 27 Apr 2009)
Log Message
added codehaus snapshots repository
Modified Paths
Diff
Modified: trunk/maven2-plugin/pom.xml (121 => 122)
--- trunk/maven2-plugin/pom.xml 2009-04-27 10:35:58 UTC (rev 121) +++ trunk/maven2-plugin/pom.xml 2009-04-27 11:08:16 UTC (rev 122) @@ -114,6 +114,16 @@ <url>http://people.apache.org/maven-snapshot-repository/</url> </repository> --> + <repository> + <id>snapshots.repository.codehaus.org</id> + <url>http://snapshots.repository.codehaus.org</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> </repositories> <!-- <pluginRepositories>
To unsubscribe from this list please visit: