summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrisC <cc697w@intl.att.com>2017-04-11 02:41:35 -0700
committerChrisC <cc697w@intl.att.com>2017-04-11 02:41:35 -0700
commit793262b77ed63416e4100b77227a7ba263ef1d8d (patch)
tree00758cd4027c5dc32e6ea2a516b32a938968cb57
parentd5391e1de647c10e6eed33bce7abaa9008bf1952 (diff)
Update pom for ONAP
Change-Id: I79aed5e7ab0fbc571a3991c512381de60fb0907f Signed-off-by: ChrisC <cc697w@intl.att.com>
-rw-r--r--pom.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 7f7c67a..397f8f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,17 +9,21 @@
<description>OpenStack Java SDK</description>
<properties>
<skip.sign>false</skip.sign>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
+ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
+ <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
+ <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
</properties>
<distributionManagement>
<repository>
<id>ecomp-releases</id>
<name>OpenECOMP - Release Repository</name>
- <url>https://nexus.openecomp.org/content/repositories/releases/</url>
+ <url>${nexusproxy}/${releaseNexusPath}</url>
</repository>
<snapshotRepository>
<id>ecomp-snapshots</id>
<name>OpenECOMP - Snapshot Repository</name>
- <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
+ <url>${nexusproxy}/${snapshotNexusPath}</url>
</snapshotRepository>
</distributionManagement>
<modules>
@@ -91,7 +95,7 @@
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
- <nexusUrl>https://nexus.openecomp.org/</nexusUrl>
+ <nexusUrl>${nexusproxy}</nexusUrl>
<stagingProfileId>176c31dfe190a</stagingProfileId>
<serverId>ecomp-staging</serverId>
</configuration>