I'm following the tutorial here and using openjdk 11.0.2
and javafx-sdk-11.0.2
.
I've imported the maven project in Eclipse. The project actually compiles and packages just fine. It also created the jar file in /target directory.
The problem is, I want to export a single executable for my application which also embeds the necessary JRE in itself (so there would be no need to have a JRE installed on the target machine).
Here is the actual project .
How can I automate the generation of the standalone executable in maven? I want a single exe if possible.