Skip to content
Irimie Bogdan edited this page Jan 8, 2016 · 2 revisions

The project uses maven so the building and packaging process is straightforward. The following command can be run:

  • Build project without running the tests: mvn -Dmaven.test.skip=true package
  • Build project with tests: mvn package

Clone this wiki locally