From 3c2e0329f9c4044116cdb50c69c4a9f5bb16aae1 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Wed, 3 Oct 2018 13:21:30 -0700 Subject: Remove hard-coding of ONAP nexus repos Remove hard-coding of ONAP nexus repos so that they can be specified in the setting.xml for each build environment instead. Change-Id: Ieea666eac1626c0d0f64e7db786aa73851c22cfe Issue-ID: INT-678 Signed-off-by: Gary Wu --- oparent/pom.xml | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) diff --git a/oparent/pom.xml b/oparent/pom.xml index faafd12..2464ed9 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -45,52 +45,6 @@ ${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 - - - - - - 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