Skip to content

Commit ef52b82

Browse files
committed
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.
1 parent 35d396c commit ef52b82

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@
309309

310310
<!-- Other Maven plugins -->
311311
<jshell-maven-plugin.version>1.4</jshell-maven-plugin.version> <!-- com.github.johnpoth -->
312-
<javafx-maven-plugin.version>8.8.3</javafx-maven-plugin.version> <!-- com.zenjava -->
313312
<impsort-maven-plugin.version>1.9.0</impsort-maven-plugin.version> <!-- net.revelc.code -->
314313
<formatter-maven-plugin.version>2.23.0</formatter-maven-plugin.version> <!-- net.revelc.code.formatter -->
315314
<maven-graph-plugin.version>1.45</maven-graph-plugin.version> <!-- org.fusesource.mvnplugins -->
@@ -818,25 +817,6 @@
818817

819818
<!-- Other Maven plugins -->
820819

821-
<!--
822-
JavaFX Maven plugin -
823-
https://github.com/javafx-maven-plugin/javafx-maven-plugin
824-
Generate platform-specific application bundles using "mvn jfx:native"
825-
-->
826-
<plugin>
827-
<groupId>com.zenjava</groupId>
828-
<artifactId>javafx-maven-plugin</artifactId>
829-
<version>${javafx-maven-plugin.version}</version>
830-
<configuration>
831-
<appName>${project.name}</appName>
832-
<identifier>${project.name}</identifier>
833-
<jfxMainAppJarName>${project.name}.jar</jfxMainAppJarName>
834-
<mainClass>${main-class}</mainClass>
835-
<nativeReleaseVersion>${sanitizedVersion}</nativeReleaseVersion>
836-
<verbose>true</verbose>
837-
</configuration>
838-
</plugin>
839-
840820
<!-- ImpSort Maven Plugin - https://github.com/revelc/impsort-maven-plugin -->
841821
<plugin>
842822
<groupId>net.revelc.code</groupId>
@@ -1120,12 +1100,6 @@
11201100

11211101
<!-- Other Maven plugins -->
11221102

1123-
<!-- Enable 'jfx:' goals. -->
1124-
<plugin>
1125-
<groupId>com.zenjava</groupId>
1126-
<artifactId>javafx-maven-plugin</artifactId>
1127-
</plugin>
1128-
11291103
<!-- ImpSort Maven Plugin - https://github.com/revelc/impsort-maven-plugin -->
11301104
<plugin>
11311105
<groupId>net.revelc.code</groupId>

0 commit comments

Comments
 (0)