|
309 | 309 |
|
310 | 310 | <!-- Other Maven plugins -->
|
311 | 311 | <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 --> |
313 | 312 | <impsort-maven-plugin.version>1.9.0</impsort-maven-plugin.version> <!-- net.revelc.code -->
|
314 | 313 | <formatter-maven-plugin.version>2.23.0</formatter-maven-plugin.version> <!-- net.revelc.code.formatter -->
|
315 | 314 | <maven-graph-plugin.version>1.45</maven-graph-plugin.version> <!-- org.fusesource.mvnplugins -->
|
|
818 | 817 |
|
819 | 818 | <!-- Other Maven plugins -->
|
820 | 819 |
|
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 |
| - |
840 | 820 | <!-- ImpSort Maven Plugin - https://github.com/revelc/impsort-maven-plugin -->
|
841 | 821 | <plugin>
|
842 | 822 | <groupId>net.revelc.code</groupId>
|
|
1120 | 1100 |
|
1121 | 1101 | <!-- Other Maven plugins -->
|
1122 | 1102 |
|
1123 |
| - <!-- Enable 'jfx:' goals. --> |
1124 |
| - <plugin> |
1125 |
| - <groupId>com.zenjava</groupId> |
1126 |
| - <artifactId>javafx-maven-plugin</artifactId> |
1127 |
| - </plugin> |
1128 |
| - |
1129 | 1103 | <!-- ImpSort Maven Plugin - https://github.com/revelc/impsort-maven-plugin -->
|
1130 | 1104 | <plugin>
|
1131 | 1105 | <groupId>net.revelc.code</groupId>
|
|
0 commit comments