diff options
author | Varun Gudisena <vg411h@att.com> | 2017-09-25 22:15:06 -0500 |
---|---|---|
committer | Varun Gudisena <vg411h@att.com> | 2017-09-25 22:15:11 -0500 |
commit | 2e3a9dad70d1b8cb133f4ec75197767a53b29ad3 (patch) | |
tree | 025b22df6cc662318725ac97ccca6784b964c32b | |
parent | 3345dff305a909d87706296f6004ede781f9d471 (diff) |
Fix stage site jenkins job
Added group id for stage site jenkins job
issue-id: DMAAP-144
Change-Id: Ia3e330ecc1fd906734582ebf77afad8ce09302e3
Signed-off-by: Varun Gudisena <vg411h@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ <!-- Note: This list should match jacoco-maven-plugin's exclusion list below --> <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions> <sitePath>/content/sites/site/org/onap/dmaap/messagerouter/mirroragent/${project.artifactId}/${project.version}</sitePath> - <nexusproxy>https://nexus.onap.org</nexusproxy> + <nexusproxy>https://nexus.onap.org</nexusproxy> </properties> <distributionManagement> |