aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-29 13:25:54 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-04-27 08:30:10 -0700
commit90c956f267351dc04d48ad0ec0622a6848c89bfa (patch)
treea7459b91d8ab9fa2c264396533fa8d73232d902d
parent88a51202fbf15ee5ae794c5f8e0313d95d2cbec0 (diff)
Point Nexus proxy to new URL
The nexus.openecomp.org domain has been deprecated for nexus.onap.org Change-Id: I68155c4d87551c95383bc2a96c12eaa759b59117 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rw-r--r--aai-schema/pom.xml8
-rw-r--r--annotations/pom.xml8
2 files changed, 12 insertions, 4 deletions
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml
index 65ca22d..8a11f12 100644
--- a/aai-schema/pom.xml
+++ b/aai-schema/pom.xml
@@ -11,6 +11,10 @@
<name>aai-schema</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
+ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
+ <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
+ <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
</properties>
<dependencies>
<dependency>
@@ -103,12 +107,12 @@
<repository>
<id>ecomp-releases</id>
<name>ECOMP Release Repository</name>
- <url>https://nexus.openecomp.org/content/repositories/releases/</url>
+ <url>${nexusproxy}/${releaseNexusPath}</url>
</repository>
<snapshotRepository>
<id>ecomp-snapshots</id>
<name>ECOMP Snapshot Repository</name>
- <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
+ <url>${nexusproxy}/${snapshotNexusPath}</url>
</snapshotRepository>
<site>
<id>ecomp-javadoc</id>
diff --git a/annotations/pom.xml b/annotations/pom.xml
index 76e68f7..ae6215e 100644
--- a/annotations/pom.xml
+++ b/annotations/pom.xml
@@ -12,6 +12,10 @@
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
+ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
+ <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
+ <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
</properties>
<dependencies>
<dependency>
@@ -94,12 +98,12 @@
<repository>
<id>ecomp-releases</id>
<name>ECOMP Release Repository</name>
- <url>https://nexus.openecomp.org/content/repositories/releases/</url>
+ <url>${nexusproxy}/${releaseNexusPath}</url>
</repository>
<snapshotRepository>
<id>ecomp-snapshots</id>
<name>ECOMP Snapshot Repository</name>
- <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
+ <url>${nexusproxy}/${snapshotNexusPath}</url>
</snapshotRepository>
<site>
<id>ecomp-javadoc</id>