From: Christopher Lott (cl778h) Date: Tue, 15 Aug 2017 00:13:37 +0000 (-0400) Subject: Correct Javadoc deploy error X-Git-Tag: v1.3.0~42 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=959830943c96734b46de8f0b8477394c83054aeb;hp=b4b77932902a99aeecc63cb80cf51c04058b24f4;p=portal.git 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) --- diff --git a/deliveries/os_settings.sh b/deliveries/os_settings.sh index b05e0a2d..19a1e0ef 100755 --- a/deliveries/os_settings.sh +++ b/deliveries/os_settings.sh @@ -3,17 +3,17 @@ # These variables are ALSO used in demo/boot/portal_vm_init.sh EP_TAG_NAME=portalapps -EP_IMG_NAME=ep:latest +EP_IMG_NAME=portalapps:latest EP_CONT_NAME=onap_portal DB_TAG_NAME=portaldb -DB_IMG_NAME=ecompdb:portal -DB_CONT_NAME=ecompdb_portal +DB_IMG_NAME=portaldb:latest +DB_CONT_NAME=onap_portal_db DB_VOL_NAME=data_vol_portal WMS_TAG_NAME=portalwms WMS_IMG_NAME=widget-ms -WMS_CONT_NAME=ecomp-portal-widget-ms +WMS_CONT_NAME=onap_portal_widget_ms VERSION=1.1.0 ETCDIR=etc 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 @@ - nexus - dav:https://ecomp-nexus:8443/repository/portal-javadoc/${epsdk.version} + ecomp-site + dav:${nexusproxy}/content/sites/site/org/onap/portal/${project.version}