I've a little JavaFX app and I use Maven for managing the dependencies thanks to the javafx-maven-plugin. I want to use the option who will build a native installer based on the settings (mvn ...
I created this base project, because after trying to find good solutions of having a simple JavaFx project with a library module based on gradle, it was really hard to do it and they samples didn't ...