summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-04-06 11:06:34 -0400
committerPamela Dragosh <pdragosh@research.att.com>2017-04-06 11:06:45 -0400
commite1dcfc5600388c7c4620d5f16d94627db1c52e2e (patch)
tree7ddf122634865260b30e6ce0f5d0cbdf29bc76cc /pom.xml
parent0cd54359bb675675936c2482da847078b0c1979f (diff)
fix for sitepath
Change-Id: Ibd40de406f5b020575b02ca39a0c267e755b6a3f Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 63f5cc457..7b1b2004e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
<sonar.projectVersion>${project.version}</sonar.projectVersion>
<common-modules.version>1.1.0-SNAPSHOT</common-modules.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
- <sitePath>/content/sites/site/org/onap/policy/${project.version}</sitePath>
+ <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
</properties>