From 6800e0a2123df36c40d0bd6b0c3030314dace51f Mon Sep 17 00:00:00 2001 From: Anaël Closson Date: Tue, 28 Mar 2017 11:19:44 +0200 Subject: Settings files where ignored MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- deliveries/os_build_febe.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deliveries') 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)" -- cgit 1.2.3-korg