diff options
author | Varun Gudisena <vg411h@att.com> | 2017-09-25 16:59:02 -0500 |
---|---|---|
committer | Varun Gudisena <vg411h@att.com> | 2017-09-25 16:59:15 -0500 |
commit | c08d6b0f0a01d26e65f42213ab9c1c4dd5b86805 (patch) | |
tree | 3a4f8eebadab2483fd22a041ab9d911fecec2d3d /pom.xml | |
parent | 90a9a1d0d2a0f09f127f2ed8c81199830f5c5b26 (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>
Diffstat (limited to 'pom.xml')
-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> |