diff options
author | Varun Gudisena <vg411h@att.com> | 2017-09-25 17:41:32 -0500 |
---|---|---|
committer | Varun Gudisena <vg411h@att.com> | 2017-09-25 17:43:01 -0500 |
commit | f73694666bd9868b8ad0508c51f8cfe754b7ca20 (patch) | |
tree | 3f14caaa89d351faa732f733f684dc64c759e206 /pom.xml | |
parent | 226fe4fb6de0f3abec16304b886c5773951863ba (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |