summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-09-25 17:45:48 -0500
committerVarun Gudisena <vg411h@att.com>2017-09-25 17:45:52 -0500
commit3345dff305a909d87706296f6004ede781f9d471 (patch)
treecdeb09f793bcabd9bb6b0e75b8dffc0f5fbb8b02
parent6af912c8b9628086bf08dc43ac98018b556eb949 (diff)
Fix stage site jenkins job
Added maven group id in sitepath issue-id: DMAAP-144 Change-Id: Iac5d719318e76878ccc17db578bd3f7b8efdf172 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 1d43308..ef4221a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,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/mirroragent/${project.artifactId}/${project.version}</sitePath>
<nexusproxy>https://nexus.onap.org</nexusproxy>
</properties>