From 0e4e1ad75500724e5ee79e5f0de4406ae0c2ab47 Mon Sep 17 00:00:00 2001 From: Jakub Pelc Date: Tue, 23 May 2023 10:37:40 +0200 Subject: [PATCH] new pom.xml --- CodeNames/pom.xml | 168 +++++++++++++++++++++------------------------- 1 file changed, 77 insertions(+), 91 deletions(-) diff --git a/CodeNames/pom.xml b/CodeNames/pom.xml index a2ce9ef..2fd788f 100644 --- a/CodeNames/pom.xml +++ b/CodeNames/pom.xml @@ -1,115 +1,101 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - cz.cvut.fel.pjv + org.example CodeNames - 1.0-RELEASE - CodeNames + 1.0-SNAPSHOT + jar + 17 + 17 UTF-8 - 5.9.1 - org.openjfx - javafx-controls - 17.0.2 + javafx-graphics + 20 + win + org.openjfx - javafx-fxml - 17.0.2 + javafx-controls + 20 + linux - org.junit.jupiter - junit-jupiter-api - ${junit.version} - test + junit-jupiter + 5.9.2 + - org.junit.jupiter - junit-jupiter-engine - ${junit.version} - test + org.openjfx + javafx-fxml + 20 - + - - - org.apache.maven.plugins - maven-compiler-plugin - 3.10.1 - - 17 - 17 - - --module-path - C:/javafx-sdk-17.0.7/lib - --add-modules - javafx.controls,javafx.fxml - - - - - org.apache.maven.plugins - maven-jar-plugin - 3.2.0 - - - - cz.cvut.fel.pjv.codenames.Start - - - - - - org.apache.maven.plugins - maven-shade-plugin - 3.2.4 - - false - - - cz.cvut.fel.pjv.codenames.Start - - - - - - package - - shade - - - - - - org.openjfx - javafx-maven-plugin - 0.0.8 - - - - client-cli - - cz.cvut.fel.pjv.codenames.Start - app - app - app - true - true - true - - - - - - - + + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + + 17 + 17 + + + + org.openjfx + javafx-maven-plugin + 0.0.8 + + + + default-cli + + cz.cvut.fel.pjv.codenames.Start + app + app + app + true + true + true + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.3.0 + + + package + + shade + + + true + + + cz.cvut.fel.pjv.codenames.Start + + + + + + + + + + + + \ No newline at end of file