From 42d31ec8fa98831905de358fd6c24eac67fe14c2 Mon Sep 17 00:00:00 2001 From: Claudio David Gasparini Date: Mon, 7 Dec 2020 08:39:56 +0100 Subject: Add DistributionManagement to checkstyle pom Issue-ID: CPS-119 Signed-off-by: Claudio David Gasparini Change-Id: I899cdc00895689a8b010106a8371a69859b7f11b --- checkstyle/pom.xml | 19 +++++++++++++++++++ cps-bom/pom.xml | 2 -- cps-dependencies/pom.xml | 2 -- cps-parent/pom.xml | 2 -- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index c6b0d2479..d0cf7c361 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -6,4 +6,23 @@ org.onap.cps checkstyle 0.0.1-SNAPSHOT + + + https://nexus.onap.org + /content/repositories/releases/ + /content/repositories/snapshots/ + + + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + \ No newline at end of file diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index 43ad05f9a..520a48415 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -12,10 +12,8 @@ https://nexus.onap.org - https://nexus.onap.org /content/repositories/releases/ /content/repositories/snapshots/ - /content/repositories/staging/ diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 9e0269b3a..6fc0bc5e3 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -18,14 +18,12 @@ 3.0.6 2.10.0 https://nexus.onap.org - https://nexus.onap.org /content/repositories/releases/ /content/repositories/snapshots/ 2.3.8 2.0-M2-groovy-3.0 2.3.3.RELEASE 3.0.0 - /content/repositories/staging/ 2.1.4 5.0.6 diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index b7b64af3b..ebd421b55 100644 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -22,7 +22,6 @@ 2.6.0 0.20 https://nexus.onap.org - https://nexus.onap.org 3.1.0 UTF-8 /content/repositories/releases/ @@ -30,7 +29,6 @@ 2.3.3.RELEASE 3.0.18 /content/repositories/snapshots/ - /content/repositories/staging/ ${project.version} -- cgit 1.2.3-korg