summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-09-25 17:43:40 -0500
committerVarun Gudisena <vg411h@att.com>2017-09-25 17:43:47 -0500
commit298ddb5ca13bce21e1274ded25913efd91f01b76 (patch)
tree23d33158dc2888fba3d8cb950ca93698ddf45acc
parent71cef93397b2ff453d00935dd2d31b88639f6f58 (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8f4b203..4a8e32e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>