aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index cc0e4be..24f5a98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,6 +12,13 @@
<name>APPC Docker Project</name>
<description>The APP-C component contains SDNC Docker Image, and installs APPC/SDNC components on top.</description>
+ <properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
+ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
+ <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
+ <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
+ </properties>
+
<!-- ================================================================================== -->
<!-- Define plugin repositories -->
<!-- ================================================================================== -->
@@ -32,7 +39,7 @@
<repository>
<id>ecomp-staging</id>
<name>ecomp Staging Repository</name>
- <url>https://nexus.openecomp.org/content/repositories/staging/</url>
+ <url>${nexusproxy}/${stagingNexusPath}</url>
</repository>
</repositories>
<build>
@@ -44,7 +51,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>