Native using JavaFX and web using GWT.
mvn -am -pl :pacman-jre install && mvn -pl :pacman-jre exec:java
to run the native appmvn -am -pl :pacman-gwt gwt:devmode
to run the web app (open http://localhost:8888/pacman/)mvn package
to generatejre/target/pacman-java-{version}-jar-with-dependencies.jar
executable jargwt/target/pacman-gwt-{version}.war
webapp