From: Edwin Lawrance Date: Fri, 6 Oct 2017 09:40:54 +0000 (+0100) Subject: Adding distribution management to pom X-Git-Tag: v1.2.0~23 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fbabel.git;a=commitdiff_plain;h=d9c87883ef5ac7601dbd67372cc4562e139609ed Adding distribution management to pom Change-Id: I00c798498a0c8fd6009a423f80e9977d28d8250a Issue-Id: AAI-46 Signed-off-by: Edwin Lawrance --- 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} + + +