Fix stage site jenkins job 33/15233/1
authorVarun Gudisena <vg411h@att.com>
Mon, 25 Sep 2017 22:41:32 +0000 (17:41 -0500)
committerVarun Gudisena <vg411h@att.com>
Mon, 25 Sep 2017 22:43:01 +0000 (17:43 -0500)
Added group id to sitepath

issue-id: DMAAP-144
Change-Id: I78911a0faab3a463c5beec9502d4923eb8b3c936
Signed-off-by: Varun Gudisena <vg411h@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 5b2acdc..7bd27f4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <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>