aboutsummaryrefslogtreecommitdiffstats
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-07 13:55:45 +0000
commit3c16d21d76e2a3376237706c0a9555e997eca2d3 (patch)
treea2c47d4ca7d44a311c3c2096b113546c905b18a7
parentc9e4f0c0c4eeb4e6b17d811c445669b8df2a34f7 (diff)
fix for sitepath
Change-Id: Ibd40de406f5b020575b02ca39a0c267e755b6a3f Signed-off-by: Pamela Dragosh <pdragosh@research.att.com> (cherry picked from commit e1dcfc5600388c7c4620d5f16d94627db1c52e2e)
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f03ed79e3..d8c22a7e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
<sonar.projectVersion>${project.version}</sonar.projectVersion>
<common-modules.version>[1.0.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>