diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-06-12 17:57:24 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-06-12 17:57:33 -0400 |
commit | 4d0bc004f38567750fb31f407fc495c0dee28b29 (patch) | |
tree | 1266a10019f53fa6b38c107cd344f716c62bdb63 | |
parent | e8813fff0e8643da0cbf7a88e072ebaf421ba04e (diff) |
[AAI-ONAP] Fix the groupId for the javadocs
Change-Id: Ib1509f3ce8fca68aa4a85f4ded199db31b6755bc
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |