From: Claudio David Gasparini Date: Tue, 17 Nov 2020 12:46:10 +0000 (+0100) Subject: Add distributionManagement X-Git-Tag: 0.0.1~109 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=24c217c5eda9b5a889067d2f003a54439238bebe;p=cps.git Add distributionManagement Issue-ID: cps-5 Signed-off-by: Claudio David Gasparini Change-Id: I7eee9c1c53f8e13c65b9c8daad5c0b2e5139dcda --- diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index ae9e806f3c..5b0271a9e9 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 f4546a41c4..6286391a59 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 8ff5ead8e5..bd7e1a529a 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