aboutsummaryrefslogtreecommitdiffstats
path: root/aai-annotations
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-05-17 14:00:35 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-05-17 14:01:15 -0400
commit0243434723ac79fa7042a6f725bb60744b576a70 (patch)
tree0640113f7ae5ae1965065544a6851d5850d73951 /aai-annotations
parent12c3c52d783af9922a373254d035ea4e7298682d (diff)
Update the pom to fix the site path
Change-Id: I0ad5c521abf29d7fd52d8778d7a7aebc276eda37 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-annotations')
-rw-r--r--aai-annotations/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml
index c5fcfe22..ad7fc156 100644
--- a/aai-annotations/pom.xml
+++ b/aai-annotations/pom.xml
@@ -11,7 +11,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<nexusproxy>https://nexus.onap.org</nexusproxy>
- <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
+ <sitePath>/content/sites/site/${project.groupId}/aai-common/${project.artifactId}/${project.version}</sitePath>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>