From 073004dfda1d6cb84aa4ba7566f6ae93868d8465 Mon Sep 17 00:00:00 2001 From: Anaël Closson Date: Thu, 31 Aug 2017 17:03:05 +0200 Subject: OParent deps not downloaded by children MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When compiling a project that use OParent as parent project, despite the usage of ONAP nexus repositories in the project repositories configuration, the dependencies of org.onap.oparent:oparent are only searched on maven central which results in build failure for those projects. Issue-Id: INT-128 Change-Id: Iba9b92cc563685ffe9454d824191028b357bc9f1 Signed-off-by: Anaël Closson --- oparent/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/oparent/pom.xml b/oparent/pom.xml index 820e8e2..ae98f2b 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -45,6 +45,29 @@ ${basedir}/src/main/resources/swagger.json + + + central + Maven 2 repository 2 + http://repo2.maven.org/maven2/ + + + ecomp-releases + ONAP Release Repository + https://nexus.onap.org/content/repositories/releases/ + + + ecomp-snapshots + ONAP Snapshot Repository + https://nexus.onap.org/content/repositories/snapshots/ + + true + + + false + + + generate-json -- cgit 1.2.3-korg