From: sourabh_sourabh Date: Wed, 13 Nov 2024 13:42:42 +0000 (+0000) Subject: Fix for cps-master-merge-java job after removing oParent X-Git-Tag: 3.5.5~30 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=00da0afbadf37d80b8e17a60880ec5f8d1756b74;p=cps.git Fix for cps-master-merge-java job after removing oParent - Added ecom repo. configuration into cps-aggregator - Explicitly set onap.nexus.url Issue-ID: CPS-2496 Change-Id: I010f97ea438bfbaa9cde81ef1a5cc9839b0d1121 Signed-off-by: sourabh_sourabh --- diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 80ff13b08e..ca5068f0da 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -54,7 +54,7 @@ - https://nexus.onap.org + https://nexus.onap.org /content/repositories/releases/ true /content/repositories/snapshots/ @@ -106,12 +106,12 @@ ecomp-releases ECOMP Release Repository - ${nexusproxy}${releaseNexusPath} + ${onap.nexus.url}${releaseNexusPath} ecomp-snapshots ECOMP Snapshot Repository - ${nexusproxy}${snapshotNexusPath} + ${onap.nexus.url}${snapshotNexusPath} \ No newline at end of file diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index e02b2afcce..57de09b6f2 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -31,7 +31,7 @@ This artifact contains dependencyManagement declarations of all published CPS components. - https://nexus.onap.org + https://nexus.onap.org /content/repositories/releases/ true /content/repositories/snapshots/ @@ -53,12 +53,12 @@ ecomp-releases ECOMP Release Repository - ${nexusproxy}${releaseNexusPath} + ${onap.nexus.url}${releaseNexusPath} ecomp-snapshots ECOMP Snapshot Repository - ${nexusproxy}${snapshotNexusPath} + ${onap.nexus.url}${snapshotNexusPath} diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 92e5ec9017..ad1828ec5c 100644 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -35,7 +35,7 @@ 3.0.18 - https://nexus.onap.org + https://nexus.onap.org /content/repositories/releases/ /content/repositories/snapshots/ true @@ -61,12 +61,12 @@ ecomp-releases ECOMP Release Repository - ${nexusproxy}${releaseNexusPath} + ${onap.nexus.url}${releaseNexusPath} ecomp-snapshots ECOMP Snapshot Repository - ${nexusproxy}${snapshotNexusPath} + ${onap.nexus.url}${snapshotNexusPath} diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index ea59fe4d40..12103ed108 100644 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -71,16 +71,23 @@ ../jacoco-report/target/site/jacoco-aggregate/jacoco.xml + + https://nexus.onap.org + https://nexus.onap.org + /content/repositories/releases/ + /content/repositories/snapshots/ ecomp-releases - ${onap.nexus.url}/content/repositories/releases + ECOMP Release Repository + ${onap.nexus.url}${releaseNexusPath} ecomp-snapshots - ${onap.nexus.url}/content/repositories/snapshots + ECOMP Snapshot Repository + ${onap.nexus.url}${snapshotNexusPath} diff --git a/pom.xml b/pom.xml index 27a9a216ae..f95573edc1 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,10 @@ false false + https://nexus.onap.org + https://nexus.onap.org + /content/repositories/releases/ + /content/repositories/snapshots/ @@ -64,6 +68,19 @@ policy-executor-stub + + + ecomp-releases + ECOMP Release Repository + ${onap.nexus.url}${releaseNexusPath} + + + ecomp-snapshots + ECOMP Snapshot Repository + ${onap.nexus.url}${snapshotNexusPath} + + + diff --git a/spotbugs/pom.xml b/spotbugs/pom.xml index c05e946bf5..f2b4175f58 100644 --- a/spotbugs/pom.xml +++ b/spotbugs/pom.xml @@ -28,7 +28,7 @@ 3.5.5-SNAPSHOT - https://nexus.onap.org + https://nexus.onap.org /content/repositories/releases/ /content/repositories/snapshots/ @@ -49,12 +49,12 @@ ecomp-releases ECOMP Release Repository - ${nexusproxy}${releaseNexusPath} + ${onap.nexus.url}${releaseNexusPath} ecomp-snapshots ECOMP Snapshot Repository - ${nexusproxy}${snapshotNexusPath} + ${onap.nexus.url}${snapshotNexusPath} \ No newline at end of file