summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvarun gudisena <vg411h@att.com>2017-09-25 22:46:54 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-25 22:46:54 +0000
commitcb9291657b8c4a3a0e6ef3e580763976f3877224 (patch)
treea2eef14c2b0d57a2c0581bb76e76b92302c24bc1
parent7712561c71c486c4c5c357c2cdd2a084de059875 (diff)
parent298ddb5ca13bce21e1274ded25913efd91f01b76 (diff)
Merge "Fix stage site jenkins job"
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 85726e2..16f8983 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>