Author: veithen
Date: Sun Oct 31 10:40:31 2010
New Revision: 1029308

URL: http://svn.apache.org/viewvc?rev=1029308&view=rev
Log:
Axis2 builds just fine without the java.net repository (presumably because the 
CXF project did all the hard work of bringing the SAAJ/JAXB/JAX-WS dependencies 
to Maven central...). Removed that repository so that the build uses only Maven 
central for release dependencies.

Modified:
    axis/axis2/java/core/trunk/modules/parent/pom.xml

Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=1029308&r1=1029307&r2=1029308&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/parent/pom.xml Sun Oct 31 10:40:31 2010
@@ -424,45 +424,11 @@
         </contributor>
     </contributors>
     <repositories>
-        <!--
-          Checking repositores takes lots of time.
-          Repositories which should NOT be put in here.
-
-           http://people.apache.org/repo/m2-snapshot-repository/
-               Exists in the org.apache.apache parent pom
-
-           http://repo1.maven.org/maven2/ aka 'Central'
-               Exists in the maven 'Super POM' which all poms extend
-
-           http://people.apache.org/repo/m2-ibiblio-rsync-repository/
-               Everything in here should be in 'Central'
-
-          Checksum policy when not specified always defaults to 'warn'
-          which is what we want.
-       -->
-        <!--repository>
-            <id>java.net</id>
-            <url>http://download.java.net/maven/2/</url>
-            <layout>default</layout>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository-->
-       <repository>
-            <id>java.net</id>
-            <url>http://download.java.net/maven/1</url>
-            <layout>legacy</layout>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>never</updatePolicy>
-            </releases>
-         </repository>
+        <!-- Before adding ANYTHING in here, please start a discussion on the 
dev list.
+             Ideally the Axis2 build should only use Maven central (which is 
available
+             by default) and nothing else. We had troubles with other 
repositories in
+             the past. Therefore configuring additional repositories here 
should be
+             considered very carefully. -->
     </repositories>
     <pluginRepositories>
         <pluginRepository>


Reply via email to