From 87895565e98350f1ea0cca872432a253b7c4ad79 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Tue, 11 Sep 2018 14:28:49 -0700 Subject: Support building against local nexus repos Refactor oparent pom to support running builds against local nexus repos without having to modify oparent source code. Change-Id: Ic4bd87a6c140ea0d5600fa0cf9aaa37543afcd77 Issue-ID: INT-652 Signed-off-by: Gary Wu --- settings.xml | 57 ++++++++++++++++++++++++++------------------------------- 1 file changed, 26 insertions(+), 31 deletions(-) (limited to 'settings.xml') diff --git a/settings.xml b/settings.xml index 71dfb7f..edfbba7 100644 --- a/settings.xml +++ b/settings.xml @@ -1,6 +1,6 @@ + nexus3.onap.org:10003 + nexus3.onap.org:10002 + nexus3.onap.org:10001 + nexus3.onap.org:10003 + + onap-snapshots @@ -48,35 +63,6 @@ - - onap-staging - - - onap-staging - onap-staging - https://nexus.onap.org/content/repositories/staging/ - - true - - - false - - - - - - onap-staging - onap-staging - https://nexus.onap.org/content/repositories/staging/ - - true - - - false - - - - onap-releases @@ -109,6 +95,10 @@ onap-public + + central + http://repo1.maven.org/maven2/ + onap-public onap-public @@ -122,6 +112,10 @@ + + central + http://repo1.maven.org/maven2/ + onap-public onap-public @@ -136,6 +130,7 @@ + local-public @@ -167,8 +162,8 @@ + onap-settings onap-snapshots - onap-releases onap-public -- cgit 1.2.3-korg