From 3b531c0e44b206cf1e8ba9f041bfb14d9e1ab7d9 Mon Sep 17 00:00:00 2001 From: Tomasz Golabek Date: Wed, 12 Feb 2020 08:56:23 +0100 Subject: Adds distributionManagement to main pom Should fix broken merge-java build Issue-ID: AAF-995 Signed-off-by: Tomasz Golabek Change-Id: If95cee0fa80d6fcfa9e66978ba9335c398c8888b --- pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index e58b3519..45694083 100644 --- a/pom.xml +++ b/pom.xml @@ -21,13 +21,41 @@ oparent 3.0.0 + org.onap.aaf aaf-certservice-parent 0.0.1-SNAPSHOT aaf-certservice-parent AAF Certification Service parent pom + + + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/aaf/cert-service/${project.artifactId}/${project.version} + + certService + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + -- cgit 1.2.3-korg