From 7bc596b3fc3fdf054c882438919092b253e06edd Mon Sep 17 00:00:00 2001 From: herbert Date: Thu, 19 Mar 2020 16:01:42 +0100 Subject: [PATCH] Add maven setting to features Issue-ID: OAM-77 Signed-off-by: herbert Change-Id: I7961b996f6f1f97f46f2667b1f74db34296cd24a Signed-off-by: herbert --- features/pom.xml | 67 ++---------------- features/settings.onap.xml | 173 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 180 insertions(+), 60 deletions(-) create mode 100644 features/settings.onap.xml diff --git a/features/pom.xml b/features/pom.xml index c10047e..69142ba 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -19,76 +19,23 @@ 4.0.0 + + org.onap.ccsdk.parent + odlparent-lite + 1.5.2 + + + org.o-ran-sc.oam.features features-top 0.7.1-SNAPSHOT pom o-ran-sc features - - - nexus.onap.org - 443 - https - https://nexus.onap.org/content/groups/public - https://nexus.onap.org/content/groups/staging - https://nexus.onap.org/content/repositories/releases - https://nexus.onap.org/content/repositories/snapshots - devicemanager/o-ran/ru-fh devicemanager/x-ran/ru-fh - - - onap-public - ${onap.nexus.public-url} - - true - never - - - true - always - - - - onap-staging - ${onap.nexus.staging-url} - - true - never - - - true - always - - - - ecomp-release - onap-repository-releases - ${onap.nexus.release-url} - - true - never - - - false - - - - ecomp-snapshot - onap-repository-snapshots - ${onap.nexus.snapshot-url} - - false - - - true - - - - diff --git a/features/settings.onap.xml b/features/settings.onap.xml new file mode 100644 index 0000000..0f3a0e0 --- /dev/null +++ b/features/settings.onap.xml @@ -0,0 +1,173 @@ + + + + + + + onap-settings + + https://nexus.onap.org + https://nexus.onap.org/content/sites/raw + https://nexus.onap.org/service/local/repositories/raw/content + ecomp-raw + + + nexus3.onap.org:10003 + nexus3.onap.org:10002 + nexus3.onap.org:10001 + nexus3.onap.org:10003 + + + + onap-snapshots + + + onap-snapshots + onap-snapshots + https://nexus.onap.org/content/repositories/snapshots/ + + false + + + true + + + + + + onap-snapshots + onap-snapshots + https://nexus.onap.org/content/repositories/snapshots/ + + false + + + true + + + + + + onap-releases + + + onap-releases + onap-releases + https://nexus.onap.org/content/repositories/releases/ + + true + + + false + + + + + + onap-releases + onap-releases + https://nexus.onap.org/content/repositories/releases/ + + true + + + false + + + + + + onap-public + + + central + https://repo1.maven.org/maven2/ + + + onap-public + onap-public + https://nexus.onap.org/content/repositories/public/ + + true + + + false + + + + + + central + https://repo1.maven.org/maven2/ + + + onap-public + onap-public + https://nexus.onap.org/content/repositories/public/ + + true + + + false + + + + + + + local-public + + + local-public + local-public + http://nexus-proxy:8081/nexus/content/repositories/public/ + + true + + + false + + + + + + local-public + local-public + http://nexus-proxy:8081/nexus/content/repositories/public/ + + true + + + false + + + + + + + + onap-settings + onap-snapshots + onap-releases + onap-public + + + + -- 2.16.6