* Updated readme, added how to generate i18n en properties file/kar files/use -pl option
- Also put command in blocks to make them stand out more in the readme.
Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
* Add error annotations only in Java 11 matrix build to prevent duplicates
* Make sure Java 11 build is not cancelled when Java 17 build fails so it can add annotations by using `fail-fast: false`
* Use changed files only for incremental PR builds so a full build is done for changes merged into 'main' branch
* Add GHA build status badge
Signed-off-by: Wouter Born <github@maindrain.net>
* Add/explain more command line options
* Structure options in a table
* Explain when to use -DwithResolver
Signed-off-by: Wouter Born <github@maindrain.net>