From 104b51dbd150172e60ba202443e0db4de00ff3cc Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 10 May 2017 17:11:19 -0700 Subject: [PATCH] sdnc/core: Fixing site path for nexus pom.xml specifies the wrong site url where the site:stage-deploy needs to happen. The site path in nexus to post to should match the repo name. In this case, "content/sites/site/org/onap/sdnc/core/" Change-Id: I4d8b2e0fbe353787a7a56ff27e822f5a22576eeb Signed-off-by: Jessica Wagantall --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b27bd6c..5441343 100755 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ ecomp-site - dav:https://${openecomp.nexus.host}/content/sites/site/org/onap/sdnc/${project.artifactId}/${project.version} + dav:https://${openecomp.nexus.host}/content/sites/site/org/onap/sdnc/core/${project.artifactId}/${project.version} -- 2.16.6