From: <sha...@us...> - 2010-10-18 21:41:05
|
Revision: 2405 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=2405&view=rev Author: shadowtm Date: 2010-10-18 21:40:59 +0000 (Mon, 18 Oct 2010) Log Message: ----------- Added the public codehaus repository to both dependencies and plugins. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-18 21:04:54 UTC (rev 2404) +++ trunk/pom.xml 2010-10-18 21:40:59 UTC (rev 2405) @@ -96,7 +96,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>gwt-maven-plugin</artifactId> - <version>1.3-SNAPSHOT</version> + <version>2.1-SNAPSHOT</version> </plugin> </plugins> </pluginManagement> @@ -353,14 +353,26 @@ <!-- - This is so we can get the 1.3-SNAPSHOT of GWT Maven Plugin cause 1.2 is broken on the hudson + - + - Here's a good place to browse the repository: https://nexus.codehaus.org --> <repository> <id>maven.codehaus.snapshots</id> <name>Codehaus repository Repository</name> - <url>http://nexus.codehaus.org/snapshots</url> + <url>https://nexus.codehaus.org/content/repositories/public</url> </repository> </repositories> + <pluginRepositories> + <pluginRepository> + <id>maven.codehaus.plugin.snapshots</id> + <name>Codehaus plugin Repository</name> + <url>https://nexus.codehaus.org/content/repositories/public</url> + <snapshots><enabled>true</enabled></snapshots> + <releases><enabled>true</enabled></releases> + </pluginRepository> + </pluginRepositories> + <distributionManagement> <repository> <id>maven.aksw.internal</id> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |