[HepData-svn] r1861 - in trunk: . hepdata-common hepdata-db hepdata-model hepdata-webapp hepdata-xml

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon May 18 16:18:36 BST 2015


Author: watt
Date: Mon May 18 16:18:36 2015
New Revision: 1861

Log:
Update all pom.xml files to remove obsolete repositories

Modified:
   trunk/hepdata-common/pom.xml
   trunk/hepdata-db/pom.xml
   trunk/hepdata-model/pom.xml
   trunk/hepdata-webapp/pom.xml
   trunk/hepdata-xml/pom.xml
   trunk/pom.xml

Modified: trunk/hepdata-common/pom.xml
==============================================================================
--- trunk/hepdata-common/pom.xml	Tue May  5 19:11:15 2015	(r1860)
+++ trunk/hepdata-common/pom.xml	Mon May 18 16:18:36 2015	(r1861)
@@ -65,7 +65,15 @@
   <repositories>
     <repository>
       <id>Central</id>
-      <url>http://repo1.maven.org</url>
+      <url>http://repo1.maven.org/maven2</url>
+    </repository>
+    <repository>
+      <id>Maven repository</id>
+      <url>http://www.mvnrepository.com</url>
+    </repository>
+    <repository>
+      <id>Java.net</id>
+      <url>http://download.java.net/maven/2</url>
     </repository>
     <repository>
       <id>Maven Snapshots</id>
@@ -74,18 +82,9 @@
       <releases><enabled>false</enabled></releases>
     </repository>
     <repository>
-        <id>codehaus-snapshots</id>
-        <name>Maven Codehaus Snapshots</name>
-        <url>http://maven.codehaus.org/maven2/</url>
-    </repository>
-    <repository>
       <id>FreeHEP</id>
       <url>http://java.freehep.org/maven2</url>
     </repository>
-    <repository>
-      <id>CEDAR</id>
-      <url>http://www.cedar.ac.uk/maven2</url>
-    </repository>
   </repositories>
 
   <distributionManagement>

Modified: trunk/hepdata-db/pom.xml
==============================================================================
--- trunk/hepdata-db/pom.xml	Tue May  5 19:11:15 2015	(r1860)
+++ trunk/hepdata-db/pom.xml	Mon May 18 16:18:36 2015	(r1861)
@@ -118,12 +118,8 @@
 
   <repositories>
     <repository>
-      <id>CEDAR</id>
-      <url>http://www.cedar.ac.uk/maven2</url>
-    </repository>
-    <repository>
       <id>Central</id>
-      <url>http://repo1.maven.org</url>
+      <url>http://repo1.maven.org/maven2</url>
     </repository>
     <repository>
       <id>Maven Snapshots</id>
@@ -132,11 +128,6 @@
       <releases><enabled>false</enabled></releases>
     </repository>
     <repository>
-        <id>codehaus-snapshots</id>
-        <name>Maven Codehaus Snapshots</name>
-        <url>http://maven.codehaus.org/maven2/</url>
-    </repository>
-    <repository>
       <id>jboss</id>
       <url>http://repository.jboss.com/maven2</url>
       <releases>

Modified: trunk/hepdata-model/pom.xml
==============================================================================
--- trunk/hepdata-model/pom.xml	Tue May  5 19:11:15 2015	(r1860)
+++ trunk/hepdata-model/pom.xml	Mon May 18 16:18:36 2015	(r1861)
@@ -167,7 +167,7 @@
   <repositories>
     <repository>
       <id>Central</id>
-      <url>http://repo1.maven.org</url>
+      <url>http://repo1.maven.org/maven2</url>
     </repository>
     <repository>
       <id>CodehausSnapshots</id>
@@ -175,20 +175,10 @@
       <snapshots><enabled>true</enabled></snapshots>
       <releases><enabled>false</enabled></releases>
     </repository>
-    <repository>
-      <id>Codehaus</id>
-      <name>Codehaus</name>
-      <url>http://maven.codehaus.org/maven2/</url>
-      <snapshots><enabled>false</enabled></snapshots>
-    </repository>
 <!--     <repository> -->
 <!--       <id>FreeHEP</id> -->
 <!--       <url>http://java.freehep.org/maven2</url> -->
 <!--     </repository> -->
-    <repository>
-      <id>CEDAR</id>
-      <url>http://www.cedar.ac.uk/maven2</url>
-    </repository>
   </repositories>
 
   <distributionManagement>

Modified: trunk/hepdata-webapp/pom.xml
==============================================================================
--- trunk/hepdata-webapp/pom.xml	Tue May  5 19:11:15 2015	(r1860)
+++ trunk/hepdata-webapp/pom.xml	Mon May 18 16:18:36 2015	(r1861)
@@ -37,6 +37,7 @@
         <groupId>org.mortbay.jetty</groupId>
         <!-- Jetty6: for production -->
         <artifactId>maven-jetty-plugin</artifactId>
+	<version>6.1.16</version>
         <!-- Jetty7: unstable -->
         <!-- <artifactId>jetty-maven-plugin</artifactId> -->
         <configuration>
@@ -58,7 +59,7 @@
       <plugin>
         <groupId>org.codehaus.cargo</groupId>
         <artifactId>cargo-maven2-plugin</artifactId>
-        <!-- <version>0.3-SNAPSHOT</version> -->
+        <!-- <version>0.3SNAPSHOT</version> -->
         <configuration>
           <container>
             <containerId>jetty6x</containerId>
@@ -270,34 +271,22 @@
       <id>Central</id>
       <url>http://repo1.maven.org/maven2</url>
     </repository>
+
+<repository>
+<id>mvnrepo</id>
+<url>http://www.mvnrepository.com</url>
+</repository>
+
     <repository>
       <id>Ibiblio</id>
       <url>http://mirrors.ibiblio.org/pub/mirrors/maven2</url>
     </repository>
-    <repository>
-      <id>Codehaus</id>
-      <url>http://repository.codehaus.org/org/codehaus/mojo/</url>
-    </repository>
-    <repository>
-      <id>Maven Snapshots</id>
-      <url>http://snapshots.maven.codehaus.org/maven2/</url>
-      <snapshots><enabled>true</enabled></snapshots>
-      <releases><enabled>false</enabled></releases>
-    </repository>
-    <repository>
-      <id>CodehausSnapshots</id>
-      <name>Maven Codehaus Snapshots</name>
-      <url>http://maven.codehaus.org/maven2/</url>
-    </repository>
+    
     <repository>
       <id>FreeHEP</id>
       <url>http://java.freehep.org/maven2</url>
     </repository>
     <repository>
-      <id>CEDAR</id>
-      <url>http://www.hepforge.org/maven2</url>
-    </repository>
-    <repository>
       <id>ApacheSnapshots</id>
       <url>http://people.apache.org/repo/m2-snapshot-repository</url>
       <snapshots><enabled>true</enabled></snapshots>
@@ -320,14 +309,6 @@
     </repository>
   </repositories>
 
-  <pluginRepositories>
-    <pluginRepository>
-      <id>Codehaus Snapshots</id>
-      <url>http://snapshots.repository.codehaus.org/</url>
-      <snapshots><enabled>true</enabled></snapshots>
-      <releases><enabled>false</enabled></releases>
-    </pluginRepository>
-  </pluginRepositories>
 
   <distributionManagement>
     <repository>

Modified: trunk/hepdata-xml/pom.xml
==============================================================================
--- trunk/hepdata-xml/pom.xml	Tue May  5 19:11:15 2015	(r1860)
+++ trunk/hepdata-xml/pom.xml	Mon May 18 16:18:36 2015	(r1861)
@@ -91,10 +91,6 @@
 
 
   <repositories>
-    <repository>
-      <id>Codehaus</id>
-      <url>http://repository.codehaus.org/</url>
-    </repository>
 <!--     <repository> -->
 <!--       <id>CodehausSnapshots</id> -->
 <!--       <url>http://snapshots.maven.codehaus.org/maven2/</url> -->
@@ -103,11 +99,7 @@
 <!--     </repository> -->
     <repository>
       <id>Central</id>
-      <url>http://repo1.maven.org</url>
-    </repository>
-    <repository>
-      <id>CEDAR</id>
-      <url>http://www.hepforge.org/maven2</url>
+      <url>http://repo1.maven.org/maven2</url>
     </repository>
   </repositories>
 

Modified: trunk/pom.xml
==============================================================================
--- trunk/pom.xml	Tue May  5 19:11:15 2015	(r1860)
+++ trunk/pom.xml	Mon May 18 16:18:36 2015	(r1861)
@@ -20,12 +20,8 @@
 
   <repositories>
     <repository>
-      <id>CEDAR</id>
-      <url>http://www.cedar.ac.uk/maven2</url>
-    </repository>
-    <repository>
       <id>Central</id>
-      <url>http://repo1.maven.org</url>
+      <url>http://repo1.maven.org/maven2</url>
     </repository>
     <repository>
       <id>Hibernate</id>
@@ -38,11 +34,6 @@
       <releases><enabled>false</enabled></releases>
     </repository>
     <repository>
-      <id>codehaus-snapshots</id>
-      <name>Maven Codehaus Snapshots</name>
-      <url>http://maven.codehaus.org/maven2/</url>
-    </repository>
-    <repository>
       <id>FreeHEP</id>
       <url>http://java.freehep.org/maven2</url>
     </repository>


More information about the HepData-svn mailing list