I am building an application with JavaFX and I work with maven. I want to be able to make a jar file for the end user with the JavaFX dependencies included, so that the end-user doesn't have to install JavaFX to run the excutable.
Can someone tell how to do this?