diff options
author | ig6133 <ig6133@intl.att.com> | 2017-04-06 16:46:13 +0300 |
---|---|---|
committer | ig6133 <ig6133@intl.att.com> | 2017-04-06 16:46:13 +0300 |
commit | 6e74314df1333835c319ed167ff16fba204c5e42 (patch) | |
tree | a775440ae31bc7781496ce52e9dc1ffdd8ab4433 | |
parent | fe9130c9c6197fccd673d824c79e25d568cefec6 (diff) |
Fix sitePath to match groupId
Change-Id: I8afc7dcd9d5600a88ad20088f5639fafe7006e90
Signed-off-by: ig6133 <ig6133@intl.att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir> <sonar.jacoco.reportPath>${project.basedir}/target/jacoco.exec</sonar.jacoco.reportPath> <nexus.proxy>https://nexus.onap.org</nexus.proxy> - <sitePath>/content/sites/site/org/openecomp/sdc-distribution-client/${project.version}</sitePath> + <sitePath>/content/sites/site/org/openecomp/sdc/sdc-distribution-client/${project.version}</sitePath> <snapshots.path>snapshots</snapshots.path> <releases.path>releases</releases.path> <staging.profile.id>176c31dfe190a</staging.profile.id> |