From 52cba1f1065ef4a3d4779c76ef4a3fc5ccdf9b01 Mon Sep 17 00:00:00 2001 From: Alissa Bonas Date: Wed, 18 Sep 2013 10:53:31 +0300 Subject: [PATCH] Remove maven repo2 from poms because no need for 2 maven repos, especially since only repo1 is the official supported one. Change-Id: I2121923e375bb3efbb7ddf5f2289a465528a131e Signed-off-by: Alissa Bonas --- .../main/resources/archetype-resources/pom.xml | 17 +++-------------- opendaylight/commons/opendaylight/pom.xml | 17 +++-------------- opendaylight/northbound/integrationtest/pom.xml | 6 +++--- opendaylight/sal/yang-prototype/pom.xml | 17 +++-------------- opendaylight/sal/yang-prototype/sal/pom.xml | 17 +++-------------- 5 files changed, 15 insertions(+), 59 deletions(-) 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 b84346514f..671c782f21 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 @@ -136,9 +136,9 @@ - central2 - central2 - http://repo2.maven.org/maven2 + central + maven repo1 + http://repo1.maven.org/maven2 false @@ -168,17 +168,6 @@ ebr-bundles-external ${nexusproxy}/repositories/ebr-bundles-external/ - - central2 - central2 - http://repo2.maven.org/maven2 - - false - - - true - - central central diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index cb1892ae66..ffa014c011 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -59,9 +59,9 @@ - central2 - central2 - http://repo2.maven.org/maven2 + central + maven repo1 + http://repo1.maven.org/maven2 @@ -206,17 +206,6 @@ ebr-bundles-external ${nexusproxy}/repositories/ebr-bundles-external/ - - central2 - central2 - http://repo2.maven.org/maven2 - - false - - - true - - central central diff --git a/opendaylight/northbound/integrationtest/pom.xml b/opendaylight/northbound/integrationtest/pom.xml index 9f4e05dff0..3f2585e0c2 100644 --- a/opendaylight/northbound/integrationtest/pom.xml +++ b/opendaylight/northbound/integrationtest/pom.xml @@ -20,9 +20,9 @@ 0.4.0-SNAPSHOT - central2 - central2 - http://repo2.maven.org/maven2 + central + maven repo1 + http://repo1.maven.org/maven2 false diff --git a/opendaylight/sal/yang-prototype/pom.xml b/opendaylight/sal/yang-prototype/pom.xml index b1107594f5..3f84ff09a4 100644 --- a/opendaylight/sal/yang-prototype/pom.xml +++ b/opendaylight/sal/yang-prototype/pom.xml @@ -43,9 +43,9 @@ - central2 - central2 - http://repo2.maven.org/maven2 + central + maven repo1 + http://repo1.maven.org/maven2 false @@ -76,17 +76,6 @@ ebr-bundles-external ${nexusproxy}/repositories/ebr-bundles-external/ - - central2 - central2 - http://repo2.maven.org/maven2 - - false - - - true - - central central diff --git a/opendaylight/sal/yang-prototype/sal/pom.xml b/opendaylight/sal/yang-prototype/sal/pom.xml index 0442e8f9b2..6fe04223fa 100644 --- a/opendaylight/sal/yang-prototype/sal/pom.xml +++ b/opendaylight/sal/yang-prototype/sal/pom.xml @@ -33,9 +33,9 @@ - central2 - central2 - http://repo2.maven.org/maven2 + central + maven repo1 + http://repo1.maven.org/maven2 false @@ -52,17 +52,6 @@ - - central2 - central2 - http://repo2.maven.org/maven2 - - false - - - true - - central central -- 2.36.6