From: Anaël Closson Date: Tue, 28 Mar 2017 09:19:44 +0000 (+0200) Subject: Settings files where ignored X-Git-Tag: v1.3.0~73 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6800e0a2123df36c40d0bd6b0c3030314dace51f;p=portal.git Settings files where ignored When compiling this project from oustide the LF the settings files should be used to change where the dependencies and plugins should be fetched. The `MVN` environment variable only contains the path to the mvn executable and is lacking of the parameters to take the global settings file and settings file for the project into account. Change-Id: Ice43e8e297cd12fce317941864a8add759e99efd Signed-off-by: Anaël Closson --- diff --git a/deliveries/os_build_febe.sh b/deliveries/os_build_febe.sh index e2ee906c..746b2fd4 100644 --- a/deliveries/os_build_febe.sh +++ b/deliveries/os_build_febe.sh @@ -2,6 +2,8 @@ source $(dirname $0)/os_settings.sh +export MVN="${MVN} -gs ${GLOBAL_SETTINGS_FILE} -s ${SETTINGS_FILE}" + CURRENTDIR="$(pwd)"