[AAI-ONAP] Fix the groupId for the javadocs 03/5003/1
authorVenkata Harish K Kajur <vk250x@att.com>
Mon, 12 Jun 2017 21:57:24 +0000 (17:57 -0400)
committerVenkata Harish K Kajur <vk250x@att.com>
Mon, 12 Jun 2017 21:57:33 +0000 (17:57 -0400)
Change-Id: Ib1509f3ce8fca68aa4a85f4ded199db31b6755bc
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index cb1ba75..be07586 100644 (file)
--- 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>