Removed explicit references to the Maven2 repo (http://repo2.maven.org/maven2) as Sonatype advise against it, and corrected the URL for the jboss repo since they've now also moved to Nexus ( http://repository.jboss.org/nexus/content/groups/public-jboss).

This commit is contained in:
Andrew Phillips 2010-08-26 01:07:17 +02:00
parent 744d828416
commit 1b27381b71
1 changed files with 0 additions and 23 deletions

View File

@ -77,13 +77,6 @@
</scm>
<repositories>
<!--repository>
<id>repo2</id>
<url>http://repo2.maven.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository-->
<repository>
<id>jclouds-googlecode-deploy</id>
<url>http://jclouds.googlecode.com/svn/repo</url>
@ -136,15 +129,6 @@
</repositories>
<distributionManagement>
<!--repository>
<id>jclouds-googlecode-deploy</id>
<url>dav:https://jclouds.googlecode.com/svn/repo</url>
<uniqueVersion>false</uniqueVersion>
</repository>
<snapshotRepository>
<id>jclouds-rimu-snapshots-nexus</id>
<url>http://jclouds.rimuhosting.com:8081/nexus/content/repositories/snapshots</url>
</snapshotRepository-->
<site>
<id>website</id>
<name>website</name>
@ -152,13 +136,6 @@
</site>
</distributionManagement>
<pluginRepositories>
<!--pluginRepository>
<id>central</id>
<url>http://repo1.maven.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository-->
<pluginRepository>
<id>jclouds-googlecode-deploy</id>
<url>http://jclouds.googlecode.com/svn/repo</url>