diff options
author | 2017-04-05 09:34:20 -0400 | |
---|---|---|
committer | 2017-04-05 09:44:23 -0400 | |
commit | 3ebbd0db041689e30b0c2774dca66880e4479b42 (patch) | |
tree | 904139d388436d71e953cc20d7e24ce0bd5e3f24 | |
parent | 09e52f6d8e24edc9b572bead8a6562754a1882b2 (diff) |
[SDNC-3] Update javadoc config
Update javadoc config to publish to onap.org site
Change-Id: I6f9ba9240315f5405a8efacdfd7e5ecb0c6e9afb
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-x | pom.xml | 4 | ||||
-rwxr-xr-x | rootpom/pom.xml | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -41,8 +41,8 @@ <distributionManagement> <site> - <id>sdnc-javadoc</id> - <url>dav:https://${openecomp.nexus.host}:${openecomp.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url> + <id>ecomp-site</id> + <url>dav:https://${openecomp.nexus.host}/content/sites/site/org/onap/sdnc/${project.artifactId}/${project.version}</url> </site> </distributionManagement> diff --git a/rootpom/pom.xml b/rootpom/pom.xml index b87970e..7e1d06e 100755 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -486,8 +486,8 @@ <distributionManagement> <site> - <id>sdnc-javadoc</id> - <url>dav:https://ecomp-nexus:${openecomp.nexus.port}/repository/sdn-c-javadoc/${project.version}</url> + <id>ecomp-site</id> + <url>dav:https://${openecomp.nexus.host}/content/sites/site/org/onap/sdnc/${project.version}</url> </site> <repository> <id>ecomp-releases</id> |