From e72db85fc2c97226a1aace287651cc8238c4e3eb Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 21 Jul 2017 08:34:58 -0400 Subject: 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 --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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} -- cgit 1.2.3-korg