diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-14 20:13:37 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-15 15:16:48 -0400 |
commit | 959830943c96734b46de8f0b8477394c83054aeb (patch) | |
tree | edb32b3b93d6c9fa9f94c64a8641e42806578d21 /ecomp-portal-BE-os/pom.xml | |
parent | b4b77932902a99aeecc63cb80cf51c04058b24f4 (diff) |
Correct Javadoc deploy error
Correct entries for Javadoc deploy target host and path
in ecomp-portal-BE-os/pom.xml to repair deploy error
Issue: PORTAL-54
Change-Id: I788ac993b8419745a3048dbc413d043d262b483a
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-portal-BE-os/pom.xml')
-rw-r--r-- | ecomp-portal-BE-os/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-portal-BE-os/pom.xml b/ecomp-portal-BE-os/pom.xml index 2cf1af23..837e6dff 100644 --- a/ecomp-portal-BE-os/pom.xml +++ b/ecomp-portal-BE-os/pom.xml @@ -46,8 +46,8 @@ </reporting> <distributionManagement> <site> - <id>nexus</id> - <url>dav:https://ecomp-nexus:8443/repository/portal-javadoc/${epsdk.version}</url> + <id>ecomp-site</id> + <url>dav:${nexusproxy}/content/sites/site/org/onap/portal/${project.version}</url> </site> </distributionManagement> <repositories> |