Skip to content

Add CI pipeline

Moed, Matthijs requested to merge ci into master

Add CI pipeline with two stages:

  1. Maven unit tests, with Surefire plugin. Will run test automatically once branch add_unit_tests is merged in
  2. JAR file generation with Shade plugin. Will create a shaded ('fat') jar in addition to the slim jar we get out of the box with mvn package

Merge request reports