aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvarun gudisena <vg411h@att.com>2017-09-25 22:00:56 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-25 22:00:56 +0000
commit099b8718b1de18c3de224c3999d0faf0cd918066 (patch)
treef46194a838e63b4bbec99e203810fc4edad8cc8c
parent4dfba6f5c5804b3af25476ad0c9e9dc9474d4df6 (diff)
parentc08d6b0f0a01d26e65f42213ab9c1c4dd5b86805 (diff)
Merge "Update sitepath"
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 19612b7..7f2d47d 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>