Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 585 Bytes

CONTRIBUTION.md

File metadata and controls

20 lines (14 loc) · 585 Bytes

How to contribute to the project

Feel free to create an issue, or a pull request.

How to build

Simply run maven - it produces core components as well as builds distributions

mvn clean package

Release process

  1. Perform maven release by
mvn clean release:prepare release:perform
  1. Wait till Deploy Maven Action completes.
  2. Create a Github release based on the latest tag and document the release.