Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Build and release

Jeremias Rößler edited this page Aug 14, 2018 · 2 revisions

Building

To build this project locally, you have to skip JAR signing.

For normal builds use:

mvn deploy -Dgpg.skip=true

For making releases use:

mvn release:prepare -Darguments="-Dgpg.skip=true"
Clone this wiki locally