This is an example project with maven.

This project has been created with the following command:

mvn archetype:generate -DgroupId=com.ej -DartifactId=myProject -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false

Pre-reqs to build:

  • maven installed

How to build:

  mvn clean package