diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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> |