aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index fe0f9e8..7c348e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,8 @@
<sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
<sonar.jacoco.reportPath>${project.basedir}/target/jacoco.exec</sonar.jacoco.reportPath>
<nexus.proxy>https://nexus.openecomp.org</nexus.proxy>
+ <snapshots.path>snapshots</snapshots.path>
+ <releases.path>releases</releases.path>
<staging.profile.id>176c31dfe190a</staging.profile.id>
</properties>
@@ -188,12 +190,12 @@
<repository>
<id>ecomp-releases</id>
<name>Release Repository</name>
- <url>${nexus.proxy}/content/repositories/releases/</url>
+ <url>${nexus.proxy}/content/repositories/${releases.path}/</url>
</repository>
<snapshotRepository>
<id>ecomp-snapshots</id>
<name>Snapshot Repository</name>
- <url>${nexus.proxy}/content/repositories/snapshots/</url>
+ <url>${nexus.proxy}/content/repositories/${snapshots.path}/</url>
</snapshotRepository>
</distributionManagement>