aboutsummaryrefslogtreecommitdiffstats
path: root/checkstyle/pom.xml
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 /checkstyle/pom.xml
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 'checkstyle/pom.xml')
-rw-r--r--checkstyle/pom.xml6
1 files changed, 3 insertions, 3 deletions
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 @@
</profiles>
<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>
@@ -106,12 +106,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