diff options
author | Dan Timoney <dtimoney@att.com> | 2017-04-05 09:48:29 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-04-05 09:48:39 -0400 |
commit | 5da27927eac044cdec63977bf3eabee666d660f1 (patch) | |
tree | 7678576c19e0fa41c2d6e990c40fbb2f714dfc2b /pom.xml | |
parent | bc0d823b9350d7ffe01c632583c4eaf8d31f5118 (diff) |
[SDNC-3] Update javadoc config
Update javadoc config to publish to onap.org site
Change-Id: I48d691a50377bbaa40ba48c6feb780b988e24fc8
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,8 +38,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> <profiles> |