From e65699b62a1761dbbc9f02979799d4239d828e95 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Wed, 16 Aug 2017 06:14:47 -0400 Subject: [PATCH] Second attempt to fix site deploy error Correct entries for deploy target host and path in ecomp-portal-BE-os/pom.xml to repair deploy error Issue: PORTAL-54 Change-Id: Id5c34e7c89eaff4467092b2d322fd0e07cb43950 Signed-off-by: Christopher Lott (cl778h) --- ecomp-portal-BE-os/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecomp-portal-BE-os/pom.xml b/ecomp-portal-BE-os/pom.xml index 837e6dff..d00d47a0 100644 --- a/ecomp-portal-BE-os/pom.xml +++ b/ecomp-portal-BE-os/pom.xml @@ -4,7 +4,6 @@ org.openecomp.portal ecompportal-be-os war - 1.1 @@ -22,6 +21,7 @@ https://nexus.onap.org content/repositories/snapshots/ content/repositories/releases/ + /content/sites/site/org/onap/portal/${project.version} @@ -47,7 +47,7 @@ ecomp-site - dav:${nexusproxy}/content/sites/site/org/onap/portal/${project.version} + dav:${nexusproxy}${sitePath} -- 2.16.6