Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 340 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 340 Bytes

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