From: Anaël Closson Date: Thu, 31 Aug 2017 15:03:05 +0000 (+0200) Subject: OParent deps not downloaded by children X-Git-Tag: v0.1.1~1^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F9699%2F2;p=oparent.git OParent deps not downloaded by children 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 --- 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