POM Project

This is just the wrapper project to build the POM and it’s dependencies.

The build POM is indented to be used as a parent POM, to speed up the setup/configuration of a new project.

Please go to the POM module for more details.

Build

To build the project use maven:

mvn clean install

Documentation

To generate this documentation use maven site:

mvn clean test site -P !staticCodeAnalysis

Disable the static code analysis because it’s executed from the report plugins.