aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-05-10 17:11:19 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-05-11 15:22:32 +0000
commit104b51dbd150172e60ba202443e0db4de00ff3cc (patch)
treeec4cbdc6ee0817727ec9bc429fe792b729607bf2
parentc25c63b5b148826f1f68a747df10fc63b727c6da (diff)
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 <jwagantall@linuxfoundation.org>
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b27bd6c..5441343 100755
--- 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>