Skip to content

Commit

Permalink
Remove javafx-maven-plugin
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
ctrueden committed May 2, 2024
1 parent 35d396c commit ef52b82
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@

<!-- Other Maven plugins -->
<jshell-maven-plugin.version>1.4</jshell-maven-plugin.version> <!-- com.github.johnpoth -->
<javafx-maven-plugin.version>8.8.3</javafx-maven-plugin.version> <!-- com.zenjava -->
<impsort-maven-plugin.version>1.9.0</impsort-maven-plugin.version> <!-- net.revelc.code -->
<formatter-maven-plugin.version>2.23.0</formatter-maven-plugin.version> <!-- net.revelc.code.formatter -->
<maven-graph-plugin.version>1.45</maven-graph-plugin.version> <!-- org.fusesource.mvnplugins -->
Expand Down Expand Up @@ -818,25 +817,6 @@

<!-- Other Maven plugins -->

<!--
JavaFX Maven plugin -
https://github.com/javafx-maven-plugin/javafx-maven-plugin
Generate platform-specific application bundles using "mvn jfx:native"
-->
<plugin>
<groupId>com.zenjava</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>${javafx-maven-plugin.version}</version>
<configuration>
<appName>${project.name}</appName>
<identifier>${project.name}</identifier>
<jfxMainAppJarName>${project.name}.jar</jfxMainAppJarName>
<mainClass>${main-class}</mainClass>
<nativeReleaseVersion>${sanitizedVersion}</nativeReleaseVersion>
<verbose>true</verbose>
</configuration>
</plugin>

<!-- ImpSort Maven Plugin - https://github.com/revelc/impsort-maven-plugin -->
<plugin>
<groupId>net.revelc.code</groupId>
Expand Down Expand Up @@ -1120,12 +1100,6 @@

<!-- Other Maven plugins -->

<!-- Enable 'jfx:' goals. -->
<plugin>
<groupId>com.zenjava</groupId>
<artifactId>javafx-maven-plugin</artifactId>
</plugin>

<!-- ImpSort Maven Plugin - https://github.com/revelc/impsort-maven-plugin -->
<plugin>
<groupId>net.revelc.code</groupId>
Expand Down

0 comments on commit ef52b82

Please sign in to comment.