From: Richard Millet Date: Tue, 2 Mar 2010 00:52:25 +0000 (+0000) Subject: CSPACE-1078: Updated Artifactory repos settings and apparently fixed the problem... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=a35fa971b60063de3bb734db7a91609f5d1209c2;p=tmp%2Fjakarta-migration.git CSPACE-1078: Updated Artifactory repos settings and apparently fixed the problem with Maven making unneeded update checks for the Nuxeo snapshot artifacts. Also added specific versions to some of our dependency declarations. --- diff --git a/pom.xml b/pom.xml index f4591e359..7a98c0b7e 100644 --- a/pom.xml +++ b/pom.xml @@ -22,8 +22,7 @@ libs-releases-local libs-releases-local http://source.collectionspace.org:8081/artifactory/libs-releases-local - - + libs-snapshots-local libs-snapshots-local @@ -36,52 +35,31 @@ services - - - - maven2-repository.dev.java.net - Java.net Maven 2 Repository - http://download.java.net/maven/2 - - false - - - - maven-repository.dev.java.net - Java.net Maven 1 Repository (legacy) - http://download.java.net/maven/1 - legacy - - false - - - + - libs-snapshots - http://source.collectionspace.org:8081/artifactory/libs-snapshots + libs-snapshots-local + libs-snapshots-local + http://source.collectionspace.org:8081/artifactory/libs-snapshots-local false @@ -89,66 +67,60 @@ true - - libs-snapshots-local - libs-snapshots-local - http://source.collectionspace.org:8081/artifactory/libs-snapshots-local + libs-releases-local + libs-releases-local + http://source.collectionspace.org:8081/artifactory/libs-releases-local - false + true - true + false - maven repo - maven repo + repo1 + Maven repo1 http://repo1.maven.org/maven2 false - maven-restlet - Public online Restlet repository - http://maven.restlet.org + repo2 + Maven repo2 + http://repo2.maven.org/maven2 false - - - - + false + + + jboss http://repository.jboss.org/maven2 @@ -164,41 +136,86 @@ false + mojo mojo repo http://repository.codehaus.org - true + false - - - public-snapshot - http://maven.nuxeo.org/public-snapshot - - false - - - true - - - + + public + http://maven.nuxeo.org/public + + true + + + false + + + + public-snapshot + http://maven.nuxeo.org/public-snapshot + + false + + + true + + + + + collectionspace-releases + collectionspace-releases + http://source.collectionspace.org:8081/artifactory/public-nuxeo + + true + + + false + + + + collectionspace-snapshots + collectionspace-snapshots + http://source.collectionspace.org:8081/artifactory/public-snapshot-nuxeo + + false + + + true + + + + + collectionspace-releases + collectionspace-releases + http://source.collectionspace.org:8081/artifactory/plugins-releases + + true + + + false + + + + + collectionspace-releases + collectionspace-releases + http://source.collectionspace.org:8081/artifactory/plugins-snapshots + + false + + + true + + maven repo @@ -214,22 +231,17 @@ http://download.java.net/maven/2 - - maven-repository.dev.java.net - Java.net Maven 1 Repository (legacy) - http://download.java.net/maven/1 - legacy - - codehaus snapshot repository http://snapshots.repository.codehaus.org/ - + true + + + false - diff --git a/services/JaxRsServiceProvider/pom.xml b/services/JaxRsServiceProvider/pom.xml index 13c0da45d..885edabcc 100644 --- a/services/JaxRsServiceProvider/pom.xml +++ b/services/JaxRsServiceProvider/pom.xml @@ -274,7 +274,7 @@ org.codehaus.cargo cargo-maven2-plugin - 0.3-SNAPSHOT + 0.3 diff --git a/services/pom.xml b/services/pom.xml index 05087e5fa..95bb2eff1 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -43,6 +43,27 @@ + + org.codehaus.mojo + jboss-maven-plugin + 1.4 + + ${jboss.dir} + + + + + org.jvnet.hyperjaxb3 + maven-hyperjaxb3-plugin + 0.5.4 + + + + org.jvnet.jaxb2.maven2 + maven-jaxb2-plugin + 0.7.2 + + org.apache.maven.plugins maven-compiler-plugin