Settings files where ignored 53/2453/1
authorAnaël Closson <ac2550@intl.att.com>
Tue, 28 Mar 2017 09:19:44 +0000 (11:19 +0200)
committerAnaël Closson <ac2550@intl.att.com>
Tue, 28 Mar 2017 09:20:43 +0000 (11:20 +0200)
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 <ac2550@intl.att.com>
deliveries/os_build_febe.sh

index e2ee906..746b2fd 100644 (file)
@@ -2,6 +2,8 @@
 
 source $(dirname $0)/os_settings.sh
 
+export MVN="${MVN} -gs ${GLOBAL_SETTINGS_FILE} -s ${SETTINGS_FILE}"
+
 CURRENTDIR="$(pwd)"