diff options
author | varun gudisena <vg411h@att.com> | 2017-09-25 22:00:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-25 22:00:56 +0000 |
commit | 099b8718b1de18c3de224c3999d0faf0cd918066 (patch) | |
tree | f46194a838e63b4bbec99e203810fc4edad8cc8c | |
parent | 4dfba6f5c5804b3af25476ad0c9e9dc9474d4df6 (diff) | |
parent | c08d6b0f0a01d26e65f42213ab9c1c4dd5b86805 (diff) |
Merge "Update sitepath"
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |