Doesn't JDK 18 come with jpackage for exactly that use case? Not sure how/if you can drive it from Maven but you should be able to prepare everything with dependency:copy-dependencies or the maven-assembly-plugin and then run jpackage manually to produce the installers.
Le dim. 16 oct. 2022 à 10:27, Vivek Suraiya <vivek_sura...@yahoo.com.invalid> a écrit : > I have a Netbeans 15 JavaFX (18.0.2 / JDK 18.0.2) project with several > dependencies from the Maven repository. I wish to create a Windows > installer and a MacOS dmg including all dependencies and the JRE. Is this > possible to do?