I have not been able to successfully find a working solution on how to configure Maven to build an EXE from JavaFX with Maven.
Projects set up with E(fx)clipse using the build.fxbuild work great, however I would prefer to have a maven project, with dependent modules rather the basic ANT builds.
I have seen some comments on ZENJAVA - but it appears that plug in has lost all traction and is pretty much dead.
Is there anything out there that can bundle an EXE from Maven? My project is an enterprise project which will have several projects, and lots of dependencies - so I was hoping for a simple, effective way to manage all of that.
Thanks