From: Dan Timoney Date: Fri, 21 Jul 2017 12:34:58 +0000 (-0400) Subject: Fix mvn deploy X-Git-Tag: 1.0.4~9^2~386 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e72db85fc2c97226a1aace287651cc8238c4e3eb;p=ccsdk%2Fsli.git Fix mvn deploy Mvn deploy failed due to credentials issue. Seems like distributionManagement section from parent pom was not processed correctly. Copied that section to top level pom.xml Issue: CCSDK-6 Change-Id: Ib508169bd3cc93ffd82aa0b865cea441b0e30c9b Signed-off-by: Dan Timoney --- diff --git a/pom.xml b/pom.xml index bb0df7e78..d89d59e6d 100755 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,16 @@ + + ecomp-releases + onap-repository-releases + ${onap.nexus.release-url} + + + ecomp-snapshots + onap-repository-snapshots + ${onap.nexus.snapshot-url} + ecomp-site dav:https://${onap.nexus.host}/content/sites/site/org/onap/sdnc/core/${project.artifactId}/${project.version}