sdnc/core: Fixing site path for nexus 15/4115/2
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 11 May 2017 00:11:19 +0000 (17:11 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 11 May 2017 15:22:32 +0000 (15:22 +0000)
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 <jwagantall@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index b27bd6c..5441343 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
        <distributionManagement>
                <site>
                        <id>ecomp-site</id>
-                       <url>dav:https://${openecomp.nexus.host}/content/sites/site/org/onap/sdnc/${project.artifactId}/${project.version}</url>
+                       <url>dav:https://${openecomp.nexus.host}/content/sites/site/org/onap/sdnc/core/${project.artifactId}/${project.version}</url>
                </site>
        </distributionManagement>