From 5792d85f335f220964f4c1af94525d3ef6b6f575 Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Mon, 4 Apr 2022 15:21:59 +0200 Subject: profile order no longer has effects on build closes #62 --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'publish.sh') diff --git a/publish.sh b/publish.sh index cae85541..fe969990 100755 --- a/publish.sh +++ b/publish.sh @@ -72,7 +72,7 @@ for (( i = 0 ; i < ${#names[@]} ; i++ )) do NAME=${names[$i]} INSTALLER=setup_pdf-over_$NAME.jar begin_phase "Building package [$PROFILE] as $INSTALLER..." - mvn install -P$PROFILE $MVN_PARAMS > "$LOG_DIR/build_$NAME.log" 2>&1 + mvn install -P$PROFILE -Dno-native-profile $MVN_PARAMS > "$LOG_DIR/build_$NAME.log" 2>&1 RETVAL=$? if [ $RETVAL -eq 0 ]; then end_phase "OK" -- cgit v1.2.3