From d9c87883ef5ac7601dbd67372cc4562e139609ed Mon Sep 17 00:00:00 2001 From: Edwin Lawrance Date: Fri, 6 Oct 2017 10:40:54 +0100 Subject: [PATCH] Adding distribution management to pom Change-Id: I00c798498a0c8fd6009a423f80e9977d28d8250a Issue-Id: AAI-46 Signed-off-by: Edwin Lawrance --- pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6caa375..894f36e 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ workstation DEV google_checks.xml - https://nexus.onap.org + /content/sites/site/org/onap/aai/babel/${project.artifactId}/${project.version} 1.1.0 @@ -180,6 +180,23 @@ + + + ecomp-releases + ECOMP Release Repository + ${onap.nexus.url}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${onap.nexus.url}/content/repositories/snapshots/ + + + ecomp-site + dav:${onap.nexus.url}${sitePath} + + + -- 2.16.6