I pass the First Web service challenge :)
fork me and clone your repository locally.
check your install: in the directory of the repo, run
mvn clean packageBuild should be successful and 4 tests should pass
Lauch the application
mvn jetty:run-warOpen your browser and navigate to
http://localhost:8080/pingYou should see the Json
{
alive : true
}Deploy and run your server so that the game can call it.