Maven Build

Maven Builds

Project environment

Maven musn’t use an embedded installation, you need to configure an external maven installation in your IDE or use the command line.

Project build

Building the project is pretty straightforward, a simple mvn clean install will build the project.

Delivery build

To generate the project javadoc and source artifacts execute clean install -P delivery

Updated: