aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-06-12 17:57:24 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-06-12 17:57:33 -0400
commit4d0bc004f38567750fb31f407fc495c0dee28b29 (patch)
tree1266a10019f53fa6b38c107cd344f716c62bdb63 /pom.xml
parente8813fff0e8643da0cbf7a88e072ebaf421ba04e (diff)
[AAI-ONAP] Fix the groupId for the javadocs
Change-Id: Ib1509f3ce8fca68aa4a85f4ded199db31b6755bc Signed-off-by: Venkata Harish K Kajur <vk250x@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 cb1ba75..be07586 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
</modules>
<properties>
<nexusproxy>https://nexus.onap.org</nexusproxy>
- <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
+ <sitePath>/content/sites/site/org/onap/aai/traversal/${project.artifactId}/${project.version}</sitePath>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>