diff options
author | Varun Gudisena <vg411h@att.com> | 2017-09-25 17:43:40 -0500 |
---|---|---|
committer | Varun Gudisena <vg411h@att.com> | 2017-09-25 17:43:47 -0500 |
commit | 298ddb5ca13bce21e1274ded25913efd91f01b76 (patch) | |
tree | 23d33158dc2888fba3d8cb950ca93698ddf45acc | |
parent | 71cef93397b2ff453d00935dd2d31b88639f6f58 (diff) |
Fix stage site jenkins job
Added maven group id in sitepath
issue-id: DMAAP-144
Change-Id: I6c08072840c8ad67586c2df31946b2bc09dc9d84
Signed-off-by: Varun Gudisena <vg411h@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath> <!-- 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/${project.artifactId}/${project.version}</sitePath> + <sitePath>/content/sites/site/org/onap/dmaap/messagerouter/msgrtr/${project.artifactId}/${project.version}</sitePath> <nexusproxy>https://nexus.onap.org</nexusproxy> </properties> |