diff options
author | varun gudisena <vg411h@att.com> | 2017-09-25 22:46:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-25 22:46:54 +0000 |
commit | cb9291657b8c4a3a0e6ef3e580763976f3877224 (patch) | |
tree | a2eef14c2b0d57a2c0581bb76e76b92302c24bc1 | |
parent | 7712561c71c486c4c5c357c2cdd2a084de059875 (diff) | |
parent | 298ddb5ca13bce21e1274ded25913efd91f01b76 (diff) |
Merge "Fix stage site jenkins job"
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,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/msgrtr/${project.artifactId}/${project.version}</sitePath> <nexusproxy>https://nexus.onap.org</nexusproxy> </properties> |