sdnc/plugins: Fixing site path for nexus 57/4157/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 11 May 2017 19:42:14 +0000 (12:42 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 11 May 2017 19:44:22 +0000 (12:44 -0700)
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 <jwagantall@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index 3480d4b..7ef8811 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
        <distributionManagement>
                <site>
                        <id>sdnc-javadoc</id>
-                       <url>dav:https://${openecomp.nexus.host}:${openecomp.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url>
+                       <url>dav:https://${openecomp.nexus.host}/content/sites/site/org/onap/sdnc/plugins/${project.artifactId}/${project.version}</url>
                </site>
        </distributionManagement>