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 --- pdf-over-gui/pom.xml | 31 +++++++++++++++++++++---------- publish.sh | 2 +- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 0e201cca..0911b518 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -473,14 +473,16 @@ - - linux-64 + linux - linux + linux + + no-native-profile + !true + org.eclipse.swt.gtk.linux.x86_64 @@ -495,6 +497,10 @@ windows + + no-native-profile + !true + org.eclipse.swt.win32.win32.x86_64 @@ -503,9 +509,6 @@ windows - - - mac @@ -549,9 +552,13 @@ mac-64-2 - mac os x + mac x86_64 + + no-native-profile + !true + org.eclipse.swt.cocoa.macosx.x86_64 @@ -559,12 +566,16 @@ - mac-64-3 + mac-aarch64 - mac os x + mac aarch64 + + no-native-profile + !true + org.eclipse.swt.cocoa.macosx.aarch64 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