diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-06-12 17:54:43 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-06-12 17:55:01 -0400 |
commit | 2dd06f1f3180ba20485f268fd4a83b4961f15b8e (patch) | |
tree | 6dc202ea7acf4bb4544d6ed48ddafde6340fdfcd /pom.xml | |
parent | 18db2c7c3f5a0cbfcd99cbeda00406ad6e882331 (diff) |
[AAI-ONAP] Fix the groupId for the javadocs
Change-Id: I8a44340d7bc74f725ce4848328c245dfddf01ca8
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-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/resources/${project.artifactId}/${project.version}</sitePath> <maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.source>1.8</maven.compiler.source> <module.ajsc.namespace.name>ActiveAndAvailableInventory-CloudNetwork</module.ajsc.namespace.name> |