summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvarun gudisena <vg411h@att.com>2017-09-25 22:47:09 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-25 22:47:09 +0000
commitc5f9b801364ba1cb4f3c4c2d6625a6dd763a326f (patch)
tree156e7d8fe8a68225f42099b78ca15ee8e37874fa
parentdc6371367397e2c88eb0c7164053c6b709cbeedc (diff)
parent3345dff305a909d87706296f6004ede781f9d471 (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 197f1b3..5e24ae7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,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/mirroragent/${project.artifactId}/${project.version}</sitePath>
<nexusproxy>https://nexus.onap.org</nexusproxy>
</properties>