From bb03caf94de4ad884e308dbce4992e370638d629 Mon Sep 17 00:00:00 2001 From: Rashmi Pujar Date: Fri, 24 Jan 2020 15:34:04 -0500 Subject: Parameterize mvn repo urls and proxy settings This allows the users to build the docker images for drools-pdp and drools-application using their own CI pipelines if needed. Issue-ID: POLICY-2330 Signed-off-by: Rashmi Pujar Change-Id: I9ea0161b45d504be4e65a21c95e48dee4a78de3a --- .../base/src/files/etc/m2/standalone-settings.xml | 36 +++++++--------------- 1 file changed, 11 insertions(+), 25 deletions(-) (limited to 'packages/base/src/files/etc/m2/standalone-settings.xml') diff --git a/packages/base/src/files/etc/m2/standalone-settings.xml b/packages/base/src/files/etc/m2/standalone-settings.xml index e19180e1..8dff1a67 100644 --- a/packages/base/src/files/etc/m2/standalone-settings.xml +++ b/packages/base/src/files/etc/m2/standalone-settings.xml @@ -4,6 +4,7 @@ Base Package ================================================================================ Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2020 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,18 +20,13 @@ ============LICENSE_END========================================================= --> - - false - - policy-local - file-repository @@ -45,17 +41,14 @@ - - - onap-releases - + releases - onap-releases - onap-releases - https://nexus.onap.org/content/repositories/releases/ + releases + releases + ${env.MVN_RELEASE_REPO_URL} true @@ -64,17 +57,14 @@ - - - onap-snapshots - + snapshots - onap-snapshots - onap-snapshots - https://nexus.onap.org/content/repositories/snapshots/ + snapshots + snapshots + ${env.MVN_SNAPSHOT_REPO_URL} false @@ -83,15 +73,11 @@ - - - policy-local - onap-releases - onap-snapshots + releases + snapshots - -- cgit 1.2.3-korg