Author: dkulp
Date: Mon Apr 21 12:21:44 2008
New Revision: 650228

URL: http://svn.apache.org/viewvc?rev=650228&view=rev
Log:
[CXF-1445] Update the references to the java.net repo
* Make java.net have snapshots disabled since we shouldn't be pulling snapshots 
from there
* Since java.net is in the top level pom, it doesn't need to be defined 
anywhere else.

Modified:
    incubator/cxf/trunk/common/common/pom.xml
    incubator/cxf/trunk/common/xjc/dv-test/pom.xml
    incubator/cxf/trunk/common/xjc/ts-test/pom.xml
    incubator/cxf/trunk/common/xsd/pom.xml
    incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml
    incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator/pom.xml
    incubator/cxf/trunk/maven-plugins/java2ws-plugin/pom.xml
    incubator/cxf/trunk/pom.xml

Modified: incubator/cxf/trunk/common/common/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/common/common/pom.xml?rev=650228&r1=650227&r2=650228&view=diff
==============================================================================
--- incubator/cxf/trunk/common/common/pom.xml (original)
+++ incubator/cxf/trunk/common/common/pom.xml Mon Apr 21 12:21:44 2008
@@ -156,13 +156,4 @@
         
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/common/common</developerConnection>
     </scm>
 
-    <!-- will remove this after it is got sync to central repository -->
-    <repositories>
-        <repository>
-            <id>java.net</id>
-            <url>http://download.java.net/maven/1/</url>
-            <layout>legacy</layout>
-        </repository>
-    </repositories>
-
 </project>

Modified: incubator/cxf/trunk/common/xjc/dv-test/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/common/xjc/dv-test/pom.xml?rev=650228&r1=650227&r2=650228&view=diff
==============================================================================
--- incubator/cxf/trunk/common/xjc/dv-test/pom.xml (original)
+++ incubator/cxf/trunk/common/xjc/dv-test/pom.xml Mon Apr 21 12:21:44 2008
@@ -38,6 +38,12 @@
             <name>java.net Maven Repository</name>
             <url>http://download.java.net/maven/1/</url>
             <layout>legacy</layout>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
         </pluginRepository>
     </pluginRepositories>
 

Modified: incubator/cxf/trunk/common/xjc/ts-test/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/common/xjc/ts-test/pom.xml?rev=650228&r1=650227&r2=650228&view=diff
==============================================================================
--- incubator/cxf/trunk/common/xjc/ts-test/pom.xml (original)
+++ incubator/cxf/trunk/common/xjc/ts-test/pom.xml Mon Apr 21 12:21:44 2008
@@ -38,6 +38,12 @@
             <name>java.net Maven Repository</name>
             <url>http://download.java.net/maven/1/</url>
             <layout>legacy</layout>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
         </pluginRepository>
     </pluginRepositories>
 

Modified: incubator/cxf/trunk/common/xsd/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/common/xsd/pom.xml?rev=650228&r1=650227&r2=650228&view=diff
==============================================================================
--- incubator/cxf/trunk/common/xsd/pom.xml (original)
+++ incubator/cxf/trunk/common/xsd/pom.xml Mon Apr 21 12:21:44 2008
@@ -83,12 +83,4 @@
         
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xsd</connection>
         
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/common/xsd</developerConnection>
     </scm>
-    <!-- will remove this after it is got sync to central repository -->
-    <repositories>
-        <repository>
-            <id>java.net</id>
-            <url>http://download.java.net/maven/1/</url>
-            <layout>legacy</layout>
-        </repository>
-    </repositories>
 </project>

Modified: incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml?rev=650228&r1=650227&r2=650228&view=diff
==============================================================================
--- incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml (original)
+++ incubator/cxf/trunk/maven-plugins/codegen-plugin/pom.xml Mon Apr 21 
12:21:44 2008
@@ -95,15 +95,6 @@
         </dependency>
     </dependencies>
 
-    <!-- will remove this after it is got sync to central repository -->
-    <repositories>
-        <repository>
-            <id>java.net</id>
-            <url>http://download.java.net/maven/1/</url>
-            <layout>legacy</layout>
-        </repository>
-    </repositories>
-
     <scm>
         
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/maven-plugins/codegen-plugin</connection>
         
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/maven-plugins/codegen-plugin</developerConnection>

Modified: incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator/pom.xml?rev=650228&r1=650227&r2=650228&view=diff
==============================================================================
--- incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator/pom.xml 
(original)
+++ incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator/pom.xml Mon Apr 
21 12:21:44 2008
@@ -94,15 +94,6 @@
         </dependency>
     </dependencies>
 
-    <!-- will remove this after it is got sync to central repository -->
-    <repositories>
-        <repository>
-            <id>java.net</id>
-            <url>http://download.java.net/maven/1/</url>
-            <layout>legacy</layout>
-        </repository>
-    </repositories>
-
     <scm>
         
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator</connection>
         
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator</developerConnection>

Modified: incubator/cxf/trunk/maven-plugins/java2ws-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/java2ws-plugin/pom.xml?rev=650228&r1=650227&r2=650228&view=diff
==============================================================================
--- incubator/cxf/trunk/maven-plugins/java2ws-plugin/pom.xml (original)
+++ incubator/cxf/trunk/maven-plugins/java2ws-plugin/pom.xml Mon Apr 21 
12:21:44 2008
@@ -97,15 +97,6 @@
         </dependency>
     </dependencies>
 
-    <!-- will remove this after it is got sync to central repository -->
-    <repositories>
-        <repository>
-            <id>java.net</id>
-            <url>http://download.java.net/maven/1/</url>
-            <layout>legacy</layout>
-        </repository>
-    </repositories>
-
     <scm>
         
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/maven-plugins/java2ws-plugin</connection>
         
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/maven-plugins/java2ws-plugin</developerConnection>

Modified: incubator/cxf/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?rev=650228&r1=650227&r2=650228&view=diff
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Mon Apr 21 12:21:44 2008
@@ -145,6 +145,12 @@
             <name>java.net Maven Repository</name>
             <url>http://download.java.net/maven/1/</url>
             <layout>legacy</layout>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
         </repository>
     </repositories>
 


Reply via email to