You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2011/04/04 19:45:32 UTC

svn commit: r1088690 - /geronimo/devtools/eclipse-plugin/trunk/pom.xml

Author: gawor
Date: Mon Apr  4 17:45:31 2011
New Revision: 1088690

URL: http://svn.apache.org/viewvc?rev=1088690&view=rev
Log:
remove old / non-working repositories

Modified:
    geronimo/devtools/eclipse-plugin/trunk/pom.xml

Modified: geronimo/devtools/eclipse-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/pom.xml?rev=1088690&r1=1088689&r2=1088690&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/pom.xml Mon Apr  4 17:45:31 2011
@@ -411,41 +411,6 @@
                         
     <repositories>
         <repository>
-            <id>apache-snapshots</id>
-            <name>Apache Snapshots Repository</name>
-            <!-- Point to new Nexus + legay snapshot artifact repo
-              <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            -->
-            <url>https://repository.apache.org/content/groups/snapshots-group</url>
-            <layout>default</layout>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>daily</updatePolicy>
-                <checksumPolicy>ignore</checksumPolicy>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-  
-        <!--
-        <repository>
-            <id>apache.incubator</id>
-            <name>Apache Incubator Repository</name>
-            <url>http://people.apache.org/repo/m2-incubating-repository/</url>
-            <layout>default</layout>
-            <snapshots>
-                <enabled>false</enabled>
-                <updatePolicy>daily</updatePolicy>
-                <checksumPolicy>ignore</checksumPolicy>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-        -->
-
-        <repository>
             <id>codehaus-snapshots</id>
             <name>Codehaus Snapshots Repository</name>
             <url>http://snapshots.repository.codehaus.org</url>
@@ -462,24 +427,6 @@
   
         <!--
          |
-         | Added for jaxb-api, jaxb-impl, jaxb-xjc artifacts (and is the same repo used by the server)
-         |
-         -->
-        <repository>
-            <id>java.net</id>
-            <name>java.net Maven Repository</name>
-            <url>http://download.java.net/maven/1/</url>
-            <layout>legacy</layout>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-
-        <!--
-         |
          | Added for Selenium artifacts (and is the same repo used by the server)
          |
          -->
@@ -512,30 +459,6 @@
     </repositories>
                         
     <pluginRepositories>
-        <pluginRepository>
-            <id>apache.org</id>
-            <name>Maven Plugin Snapshots</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </pluginRepository>
-                        
-        <pluginRepository>
-            <id>tlc</id>
-            <name>TLC Repository</name>
-            <url>http://commons.ucalgary.ca/pub/m2</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </pluginRepository>
-                        
         <!--
          |
          | Added for maven-jaxb-plugin artifact (and is the same repo used by the server)