aboutsummaryrefslogtreecommitdiffstats
path: root/cps-bom
diff options
context:
space:
mode:
authorsourabh_sourabh <sourabh.sourabh@est.tech>2024-11-13 13:42:42 +0000
committersourabh_sourabh <sourabh.sourabh@est.tech>2024-11-13 13:46:19 +0000
commit00da0afbadf37d80b8e17a60880ec5f8d1756b74 (patch)
treeb469c3f87a4bc59ab8349a93aa54c33ae4bf93a1 /cps-bom
parent1bb3639f4ad0395fd941fc072154838f62bb8193 (diff)
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 <sourabh.sourabh@est.tech>
Diffstat (limited to 'cps-bom')
-rw-r--r--cps-bom/pom.xml6
1 files changed, 3 insertions, 3 deletions
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 @@
<description>This artifact contains dependencyManagement declarations of all published CPS components.</description>
<properties>
- <nexusproxy>https://nexus.onap.org</nexusproxy>
+ <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<sonar.skip>true</sonar.skip>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
@@ -53,12 +53,12 @@
<repository>
<id>ecomp-releases</id>
<name>ECOMP Release Repository</name>
- <url>${nexusproxy}${releaseNexusPath}</url>
+ <url>${onap.nexus.url}${releaseNexusPath}</url>
</repository>
<snapshotRepository>
<id>ecomp-snapshots</id>
<name>ECOMP Snapshot Repository</name>
- <url>${nexusproxy}${snapshotNexusPath}</url>
+ <url>${onap.nexus.url}${snapshotNexusPath}</url>
</snapshotRepository>
</distributionManagement>