From e385809c6514360d09b77771e610bbfa470ea99e Mon Sep 17 00:00:00 2001 From: gustinn Date: Mon, 31 Aug 2020 13:09:45 +0200 Subject: [PATCH] maven multi platform support --- .classpath | 42 +++++++++++++++++----------------- dependency-reduced-pom.xml | 8 ++++--- pom.xml | 46 +++++++++++++++++++++++++++++++------- 3 files changed, 64 insertions(+), 32 deletions(-) diff --git a/.classpath b/.classpath index 4dd1635..81a9edc 100644 --- a/.classpath +++ b/.classpath @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml index 183181f..063f775 100644 --- a/dependency-reduced-pom.xml +++ b/dependency-reduced-pom.xml @@ -8,10 +8,12 @@ src - Resources + Resources + src/Resources - View + View + src/View @@ -70,7 +72,7 @@ - 13 + 11 UTF-8 diff --git a/pom.xml b/pom.xml index 8b3b2ea..40561f2 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ 1.2 UTF-8 - 13 + 11 @@ -23,10 +23,14 @@ src - Resources + Resources + src/Resources + false - View + View + src/View + false @@ -81,22 +85,48 @@ org.openjfx javafx-controls - 11.0.1 + 11 org.openjfx javafx-media - 11.0.1 + 11 org.openjfx - javafx-graphics - 11.0.1 + javafx-graphics + 11 + win + + + org.openjfx + javafx-graphics + 11 + linux + + + org.openjfx + javafx-graphics + 11 + mac org.openjfx javafx-fxml - 11.0.1 + 11 + win + + + org.openjfx + javafx-fxml + 11 + linux + + + org.openjfx + javafx-fxml + 11 + mac org.fxmisc.richtext