From: Alissa Bonas Date: Tue, 29 Oct 2013 12:51:24 +0000 (+0200) Subject: Add release/snapshot property to repositories in poms X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~545 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=9d39b9af1e440da03b8943b1a60f09ca2a080fff;hp=03955d5fb68590aa8d054f22f56f189eb671d491 Add release/snapshot property to repositories in poms Change-Id: I0e9ad0dace5b7c07a41200221fa3b313fcf7653f Signed-off-by: Alissa Bonas --- diff --git a/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml b/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml index 29d37ba996..33880da4ac 100644 --- a/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/archetypes/odl-model-project/src/main/resources/archetype-resources/pom.xml @@ -171,6 +171,12 @@ ebr-bundles-release ebr-bundles-release ${nexusproxy}/repositories/ebr-bundles-release/ + + false + + + true + diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 3b76cb5044..96c5166c2f 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -817,6 +817,12 @@ ebr-bundles-external ebr-bundles-external ${nexusproxy}/repositories/ebr-bundles-external/ + + false + + + true + central @@ -835,6 +841,12 @@ ops4j-releases ops4j-releases ${nexusproxy}/repositories/ops4j-releases/ + + false + + + true + @@ -842,6 +854,12 @@ thirdparty thirdparty ${nexusproxy}/repositories/thirdparty/ + + false + + + true + @@ -861,12 +879,24 @@ opendaylight-release opendaylight-release ${nexusproxy}/repositories/opendaylight.release/ + + false + + + true + opendaylight-snapshot opendaylight-snapshot ${nexusproxy}/repositories/opendaylight.snapshot/ + + true + + + false + diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index a16472b3d6..657a57a13c 100755 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -420,7 +420,11 @@ http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot daily + true + + false + diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index 73b69111f6..6ffee10289 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -105,17 +105,35 @@ opendaylight-release opendaylight-release ${nexusproxy}/repositories/opendaylight.release/ + + false + + + true + opendaylight-snapshot opendaylight-snapshot ${nexusproxy}/repositories/opendaylight.snapshot/ + + true + + + false + thirdparty thirdparty ${nexusproxy}/repositories/thirdparty/ + + false + + + true + central diff --git a/third-party/commons/thirdparty/pom.xml b/third-party/commons/thirdparty/pom.xml index 5b949ee20e..370d94535f 100644 --- a/third-party/commons/thirdparty/pom.xml +++ b/third-party/commons/thirdparty/pom.xml @@ -165,11 +165,23 @@ central2 central2 http://repo2.maven.org/maven2 + + false + + + true + central central http://repo1.maven.org/maven2 + + false + + + true +