From: Dan Timoney Date: Tue, 26 Sep 2017 07:42:27 +0000 (-0400) Subject: Add distributionManagement section X-Git-Tag: 1.1.0~29 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4937919008afe8d0955a5e2fc842c130ccd917a8;p=ccsdk%2Fdashboard.git Add distributionManagement section Add distributionManagement tag to resolve issue with release build. Change-Id: I8a17803b5f71132c0ebb773734a99ddd8138bee8 Issue-ID: CCSDK-54 Signed-off-by: Dan Timoney --- diff --git a/pom.xml b/pom.xml index e25f0b8..d50abe3 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,16 @@ oom-app-overlay oom-app-os + + + ecomp-releases + ${onap.nexus.url}/content/repositories/releases + + + ecomp-snapshots + ${onap.nexus.url}/content/repositories/snapshots + +