From: Jessica Wagantall Date: Thu, 11 May 2017 00:11:19 +0000 (-0700) Subject: sdnc/core: Fixing site path for nexus X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=104b51dbd150172e60ba202443e0db4de00ff3cc;p=sdnc%2Fcore.git 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 --- 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}