aboutsummaryrefslogtreecommitdiffstats
path: root/spotbugs
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 /spotbugs
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 'spotbugs')
-rw-r--r--spotbugs/pom.xml6
1 files changed, 3 insertions, 3 deletions
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 @@
<version>3.5.5-SNAPSHOT</version>
<properties>
- <nexusproxy>https://nexus.onap.org</nexusproxy>
+ <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
</properties>
@@ -49,12 +49,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>
</project> \ No newline at end of file