From 9db3967255c147ed542edddb9383e2fdaf2325bd Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 11 May 2017 12:49:37 -0700 Subject: 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0656988..bdfb8d2 100755 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,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/adaptors/${project.artifactId}/${project.version} -- cgit 1.2.3-korg