Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 268 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 268 Bytes

Compile

mvn clean compile

Run tests

mvn test

Run main application

mvn exec:java -Dexec.mainClass=it.bitrock.GooseGame

One line compile and run

mvn clean compile test exec:java -Dexec.mainClass=it.bitrock.GooseGame