Author: danhaywood
Date: Thu Nov 22 06:21:21 2012
New Revision: 1412433
URL: http://svn.apache.org/viewvc?rev=1412433&view=rev
Log:
ISIS-188: tidying up root isis pom
* removing unnecessary pluginRepository for codehaus
* removing unnecessary repository for uk mirror of central
Modified:
isis/trunk/framework/pom.xml
Modified: isis/trunk/framework/pom.xml
URL:
http://svn.apache.org/viewvc/isis/trunk/framework/pom.xml?rev=1412433&r1=1412432&r2=1412433&view=diff
==============================================================================
--- isis/trunk/framework/pom.xml (original)
+++ isis/trunk/framework/pom.xml Thu Nov 22 06:21:21 2012
@@ -224,26 +224,7 @@
</notifiers>
</ciManagement>
- <pluginRepositories>
- <pluginRepository>
- <id>Codehaus Repository</id>
- <url>http://repository.codehaus.org/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
-
<repositories>
-<!--
- <repository>
- <id>Maven Repository</id>
- <url>http://repo1.maven.org/maven2/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
--->
<repository>
<id>Apache Repository</id>
<url>https://repository.apache.org/</url>
@@ -252,13 +233,6 @@
</snapshots>
</repository>
<repository>
- <id>Maven Central Repository (UK Mirror)</id>
- <url>http://uk.maven.org/maven2</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
<id>JBoss Public Release</id>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<snapshots>