|
4 | 4 |
|
5 | 5 | <groupId>org.scijava</groupId>
|
6 | 6 | <artifactId>pom-scijava</artifactId>
|
7 |
| - <version>7.3.2-SNAPSHOT</version> |
| 7 | + <version>7.4.0-SNAPSHOT</version> |
8 | 8 | <packaging>pom</packaging>
|
9 | 9 |
|
10 | 10 | <name>SciJava Projects</name>
|
@@ -1032,6 +1032,24 @@ Projects wishing to use pom-scijava as a parent project need to override the <
|
1032 | 1032 | </configuration>
|
1033 | 1033 | </plugin>
|
1034 | 1034 |
|
| 1035 | + <!-- |
| 1036 | + JavaFX Maven plugin - |
| 1037 | + https://github.com/javafx-maven-plugin/javafx-maven-plugin |
| 1038 | + Generate platform-specific application bundles using "mvn jfx:native" |
| 1039 | + --> |
| 1040 | + <plugin> |
| 1041 | + <groupId>com.zenjava</groupId> |
| 1042 | + <artifactId>javafx-maven-plugin</artifactId> |
| 1043 | + <version>8.1.2</version> |
| 1044 | + <configuration> |
| 1045 | + <appName>${project.name}</appName> |
| 1046 | + <identifier>${project.name}</identifier> |
| 1047 | + <jfxMainAppJarName>${project.name}.jar</jfxMainAppJarName> |
| 1048 | + <mainClass>${main-class}</mainClass> |
| 1049 | + <verbose>true</verbose> |
| 1050 | + </configuration> |
| 1051 | + </plugin> |
| 1052 | + |
1035 | 1053 | <!-- NAR Maven plugin - https://github.com/maven-nar/nar-maven-plugin -->
|
1036 | 1054 | <plugin>
|
1037 | 1055 | <groupId>com.github.maven-nar</groupId>
|
@@ -1180,6 +1198,12 @@ Projects wishing to use pom-scijava as a parent project need to override the <
|
1180 | 1198 | <artifactId>maven-graph-plugin</artifactId>
|
1181 | 1199 | </plugin>
|
1182 | 1200 |
|
| 1201 | + <!-- Enable 'jfx:' goals. --> |
| 1202 | + <plugin> |
| 1203 | + <groupId>com.zenjava</groupId> |
| 1204 | + <artifactId>javafx-maven-plugin</artifactId> |
| 1205 | + </plugin> |
| 1206 | + |
1183 | 1207 | <!-- Enable 'nar:' goals. -->
|
1184 | 1208 | <plugin>
|
1185 | 1209 | <groupId>com.github.maven-nar</groupId>
|
|
0 commit comments