From 4a2ebce624de11b109668d25190975a22ae6bf22 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 11 May 2017 12:42:14 -0700 Subject: sdnc/plugins: 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/plugins/" Change-Id: Ifdd756a9b288633ea355874fa9c31bbd96adb404 Signed-off-by: Jessica Wagantall --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3480d4b..7ef8811 100755 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ sdnc-javadoc - dav:https://${openecomp.nexus.host}:${openecomp.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version} + dav:https://${openecomp.nexus.host}/content/sites/site/org/onap/sdnc/plugins/${project.artifactId}/${project.version} -- cgit 1.2.3-korg