diff options
author | Pavel Aharoni <pa0916@att.com> | 2017-04-03 10:06:16 +0300 |
---|---|---|
committer | Pavel Aharoni <pa0916@att.com> | 2017-04-03 10:06:32 +0300 |
commit | 1df0b72a316dcc7f913061706db165d78d2c3a03 (patch) | |
tree | ba549dc1e15b963ee39cc55d577317c08367e53e /pom.xml | |
parent | b51f888ee16f8bf92c7d9a0331eaa05e3bb938d2 (diff) |
[SDC-8] trying to merge changes of tests and csars
Change-Id: Iac4d5bd1ea312b76cba52a172d5ac80757173409
Signed-off-by: Pavel Aharoni <pa0916@att.com>
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> |