Skip to content

Development

Simon Martinelli edited this page Nov 23, 2021 · 3 revisions

Branches

main is used to deploy releases to Maven central.

Pushes to develop are deployed as SNAPSHOTS to Maven central.

Releasing

Gitflow is used in the project with the gitflow-maven-plugin.

To create a release simply execute

mvn gitflow:release
Clone this wiki locally