Building from source
To build the project from source, you need:
The source files
The project is split into modules:
Get the source for the module(s) of
interest
Run the build
With all requirements met, run the Maven install command with
the dev-mode profile active. This is as simple as:
mvn -Pdev-mode clean install