From 24c217c5eda9b5a889067d2f003a54439238bebe Mon Sep 17 00:00:00 2001 From: Claudio David Gasparini Date: Tue, 17 Nov 2020 13:46:10 +0100 Subject: [PATCH] Add distributionManagement Issue-ID: cps-5 Signed-off-by: Claudio David Gasparini Change-Id: I7eee9c1c53f8e13c65b9c8daad5c0b2e5139dcda --- cps-bom/pom.xml | 22 ++++++++++++++++++++++ cps-dependencies/pom.xml | 18 ++++++++++++++++++ cps-parent/pom.xml | 18 ++++++++++++++++++ 3 files changed, 58 insertions(+) diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index ae9e806f3..5b0271a9e 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -9,6 +9,28 @@ pom This artifact contains dependencyManagement declarations of all published CPS components. + + + https://nexus.onap.org + https://nexus.onap.org + /content/repositories/releases/ + /content/repositories/snapshots/ + /content/repositories/staging/ + + + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index f4546a41c..6286391a5 100644 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -17,13 +17,31 @@ 3.11 3.0.6 2.10.0 + https://nexus.onap.org + https://nexus.onap.org + /content/repositories/releases/ + /content/repositories/snapshots/ 2.0-M2-groovy-3.0 2.3.3.RELEASE 3.0.0 + /content/repositories/staging/ 2.1.4 5.0.6 + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 8ff5ead8e..bd7e1a529 100644 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -20,13 +20,31 @@ openjdk:11-jre-slim 11 2.6.0 + https://nexus.onap.org + https://nexus.onap.org 3.1.0 + /content/repositories/releases/ nexus3.onap.org:10001/onap/cps-service 2.3.3.RELEASE 3.0.18 + /content/repositories/snapshots/ + /content/repositories/staging/ ${project.version} + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + docker -- 2.16.6