Add CI pipeline
Add CI pipeline with two stages:
- Maven unit tests, with Surefire plugin. Will run test automatically once branch
add_unit_tests
is merged in - 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