[Cherrypick-svn] SF.net SVN: cherrypick: [4] trunk/cherrypick-core/pom.xml
Status: Pre-Alpha
Brought to you by:
jeanlaurent
|
From: <jea...@us...> - 2006-06-13 10:05:55
|
Revision: 4 Author: jeanlaurent Date: 2006-06-13 03:05:40 -0700 (Tue, 13 Jun 2006) ViewCVS: http://svn.sourceforge.net/cherrypick/?rev=4&view=rev Log Message: ----------- adding CodeHaus repositories to get javacc maven plugin 2.1-SNAPHSOT version. Modified Paths: -------------- trunk/cherrypick-core/pom.xml Modified: trunk/cherrypick-core/pom.xml =================================================================== --- trunk/cherrypick-core/pom.xml 2006-05-31 21:36:12 UTC (rev 3) +++ trunk/cherrypick-core/pom.xml 2006-06-13 10:05:40 UTC (rev 4) @@ -28,6 +28,13 @@ <scope>test</scope> </dependency> </dependencies> + <pluginRepositories> + <pluginRepository> + <id>CodeHaus</id> + <name>CodeHaus</name> + <url>http://snapshots.maven.codehaus.org/maven2</url> + </pluginRepository> + </pluginRepositories> <build> <plugins> <plugin> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |