aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-09-25 16:59:02 -0500
committerVarun Gudisena <vg411h@att.com>2017-09-25 16:59:15 -0500
commitc08d6b0f0a01d26e65f42213ab9c1c4dd5b86805 (patch)
tree3a4f8eebadab2483fd22a041ab9d911fecec2d3d
parent90a9a1d0d2a0f09f127f2ed8c81199830f5c5b26 (diff)
Update sitepath
Updated sitepath property to match group id issue-id: DMAAP-144 Change-Id: I747fef7325d83979bc7aa3ca3dde62abe8f51865 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 b07ceb5..0c3346b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,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/dmaapclient/${project.artifactId}/${project.version}</sitePath>
<nexusproxy>https://nexus.onap.org</nexusproxy>
</properties>