Hi,

I tried to create runtime images for JavaFX applications using 
maven-jlink-plugin. The jlink:jlink goal fails as some JavaFX dependencies are 
"Automatic Modules". More information on this can be found here: 
https://github.com/abhinayagarwal/maven-jlink-plugin-javafx/blob/master/README.md

maven-jlink-plugin extracts all the modules from the module-path and adds them 
to the `--add-modules` list. The existing JavaFX Maven 
plugin<https://github.com/openjfx/javafx-maven-plugin>  adds only the base 
module to the `--add-modules` list overcoming this issue.

It would be great if the plugin can be extended to create runtimes for JavaFX 
applications.

Best regards,
Abhinay

Reply via email to