If you run on Linux or Mac, follow these steps:
To run the project: mvn clean compiler:compile javafx:run
To create a fat jar:
mvn compile package
java -jar shade/hellofx.jar
If you run on Windows, follow these steps:
To run the project: mvn compile exec:java
To create a fat jar:
mvn compile package
java -jar shade\hellofx.jar