summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-09-25 17:41:32 -0500
committerVarun Gudisena <vg411h@att.com>2017-09-25 17:43:01 -0500
commitf73694666bd9868b8ad0508c51f8cfe754b7ca20 (patch)
tree3f14caaa89d351faa732f733f684dc64c759e206
parent226fe4fb6de0f3abec16304b886c5773951863ba (diff)
Fix stage site jenkins job
Added group id to sitepath issue-id: DMAAP-144 Change-Id: I78911a0faab3a463c5beec9502d4923eb8b3c936 Signed-off-by: Varun Gudisena <vg411h@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5b2acdc..7bd27f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -529,7 +529,7 @@
<testEnv>DEV</testEnv>
<dmaapImg>1.0.2-SNAPSHOT</dmaapImg>
<camel.version>2.15.5</camel.version>
- <sitePath>/content/sites/site/org/onap/dmaap/${project.artifactId}/${project.version}</sitePath>
+ <sitePath>/content/sites/site/org/onap/dmaap/messagerouter/messageservice/${project.artifactId}/${project.version}</sitePath>
<skip.docker.build>true</skip.docker.build>
<skip.docker.push>true</skip.docker.push>
<nexusproxy>https://nexus.onap.org</nexusproxy>