aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2017-07-27 20:54:23 +0000
committerGerrit Code Review <gerrit@onap.org>2017-07-27 20:54:23 +0000
commitab3187e64b6a6cf9b99c44104b87e79f6486a399 (patch)
tree29acea53eea6b3b620a4093b29474657e07cd288
parent1fa52bb25e5d09c87cb0fcb2e16011f5959b092a (diff)
parent90c956f267351dc04d48ad0ec0622a6848c89bfa (diff)
Merge "Point Nexus proxy to new URL"
-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 58b1be7..422601d 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>
@@ -104,12 +108,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>