From ef52b82c55dab56378ee87767ae5e5ab252a528f Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Thu, 2 May 2024 15:43:48 -0500 Subject: [PATCH] Remove javafx-maven-plugin * It is not really needed anymore now that jpackage exists. * And it hasn't been updated. * And it breaks the dependency:go-offline command these days. --- pom.xml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/pom.xml b/pom.xml index 2a56bbc..c939c0c 100644 --- a/pom.xml +++ b/pom.xml @@ -309,7 +309,6 @@ 1.4 - 8.8.3 1.9.0 2.23.0 1.45 @@ -818,25 +817,6 @@ - - - com.zenjava - javafx-maven-plugin - ${javafx-maven-plugin.version} - - ${project.name} - ${project.name} - ${project.name}.jar - ${main-class} - ${sanitizedVersion} - true - - - net.revelc.code @@ -1120,12 +1100,6 @@ - - - com.zenjava - javafx-maven-plugin - - net.revelc.code