Repository for the jakarta-webservices osgi implementation
You need to perform the following steps to build this project:
- fetch the code
- run
mvn verify
Just open a PR but make sure to execute the following command first to ensure all formating rules are applied:
mvn editorconfig:format
Also check javadoc errors with
mvn package -Pjavadoc-check