Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 425 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 425 Bytes

jakarta-webservices

Repository for the jakarta-webservices osgi implementation

How to build

You need to perform the following steps to build this project:

  1. fetch the code
  2. run mvn verify

How to contribute

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