aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-04-04 13:13:42 -0700
committerPatrick Brady <pb071s@att.com>2017-04-04 13:13:52 -0700
commit53ba84c5d382f9cce6eeb26b89d4df1c66267b54 (patch)
tree63bad7eda496e97aa7218f514f6e1611eea1999e
parent245d6f2a547afd9e3876d3577ecabe9c63f716a8 (diff)
Modifying maven staging url
Change-Id: I3624a0a39fa5b1cc31331149223607da17abcda5 Signed-off-by: Patrick Brady <pb071s@att.com>
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a70dbfa7a..957cdb960 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,8 @@
<checkstyle.skip>true</checkstyle.skip>
<!-- NEXUS URLS -->
- <openecomp.nexus.url>https://nexus.onap.org/content</openecomp.nexus.url>
+ <openecomp.nexus.host>nexus.onap.org</openecomp.nexus.host>
+ <openecomp.nexus.url>https://${openecomp.nexus.host}/content</openecomp.nexus.url>
<openecomp.nexus.snapshot-url>${openecomp.nexus.url}/repositories/snapshots/</openecomp.nexus.snapshot-url>
<openecomp.nexus.release-url>${openecomp.nexus.url}/repositories/releases/</openecomp.nexus.release-url>
<openecomp.nexus.javadocs-url>dav:${openecomp.nexus.url}/sites/site/org/openecomp/appc/${project.version}</openecomp.nexus.javadocs-url>
@@ -498,7 +499,7 @@
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
- <nexusUrl>https://nexus.onap.org/content/repositories/staging/</nexusUrl>
+ <nexusUrl>https://${openecomp.nexus.host}</nexusUrl>
<stagingProfileId>176c31dfe190a</stagingProfileId>
<serverId>ecomp-staging</serverId>
</configuration>