aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-05-11 12:49:37 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-05-11 12:49:37 -0700
commit9db3967255c147ed542edddb9383e2fdaf2325bd (patch)
treed3aa00b11b9b181531468f8f004e3301cc3b754c
parentdd1a88c29ba7fd4c30c29b54389be1084725a38d (diff)
sdnc/adaptors: 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/adaptors/" Change-Id: I5b413aeb94ab7895197ef944d9f2a51c04eff996 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 0656988..bdfb8d2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,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/adaptors/${project.artifactId}/${project.version}</url>
</site>
</distributionManagement>