From 63fcea5d049451066c6b62c8d19c911d3e5aeb46 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 15 Feb 2019 16:18:57 -0500 Subject: Added distribution management to pom Issue-ID: AAI-2158 Change-Id: Iffb5da173658a4b4c47a746ff4d8bb8f51283d51 Signed-off-by: Jimmy Forsyth --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index d42771d..370e67a 100644 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,10 @@ 1.0-SNAPSHOT + https://nexus.onap.org + /content/sites/site/org/onap/aai/resources/${project.artifactId}/${project.version} + /content/repositories/releases/ + /content/repositories/snapshots/ UTF-8 1.8 1.8 @@ -96,4 +100,20 @@ + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}${release.path} + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}${snapshot.path} + + + ecomp-site + dav:${nexusproxy}${site.path} + + -- cgit 1.2.3-korg