From: Dan Timoney Date: Fri, 21 Jul 2017 12:34:58 +0000 (-0400) Subject: Fix mvn deploy X-Git-Tag: v0.1.2~97 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F41%2F6141%2F1;p=ccsdk%2Fsli%2Fcore.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 bb0df7e7..d89d59e6 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}