summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-BE
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-29 10:26:41 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-29 10:28:15 -0700
commite7a418d03ff183fd3e8fcb5ed878a258765ecef2 (patch)
treeed79adcf24d74e866493bf10d4097ac401f7d0a9 /ecomp-portal-BE
parent6800e0a2123df36c40d0bd6b0c3030314dace51f (diff)
Point Nexus proxy to new URL
The nexus.openecomp.org domain has been deprecated for nexus.onap.org Change-Id: I5d177e6eda3442ac0ec0c3eec327494f09529f7f Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'ecomp-portal-BE')
-rw-r--r--ecomp-portal-BE/pom.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/ecomp-portal-BE/pom.xml b/ecomp-portal-BE/pom.xml
index 8b389641..a39d44d2 100644
--- a/ecomp-portal-BE/pom.xml
+++ b/ecomp-portal-BE/pom.xml
@@ -15,6 +15,10 @@
<!-- Tests usually require some setup that maven cannot do, so skip. -->
<skiptests>false</skiptests>
<sonar.exclusions>**.js</sonar.exclusions>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
+ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
+ <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
+ <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
</properties>
<reporting>
@@ -48,19 +52,19 @@
<!-- Releases repository has ECOMP release artifacts -->
<id>ecomp-releases</id>
<name>OpenECOMP - Release Repository</name>
- <url>https://nexus.openecomp.org/content/repositories/releases/</url>
+ <url>${nexusproxy}/${releaseNexusPath}</url>
</repository>
<repository>
<!-- Snapshots repository has ECOMP snapshot artifacts -->
<id>ecomp-snapshots</id>
<name>OpenECOMP - Snapshot Repository</name>
- <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
+ <url>${nexusproxy}/${snapshotNexusPath}</url>
</repository>
<repository>
<!-- Staging repository has ECOMP staging artifacts -->
<id>ecomp-staging</id>
<name>OpenECOMP - Staging Repository</name>
- <url>https://nexus.openecomp.org/content/repositories/staging/</url>
+ <url>${nexusproxy}/${stagingNexusPath}</url>
</repository>
<repository>
<!-- Snapshots repository has ECOMP snapshot artifacts -->