An open API service indexing awesome lists of open source software.

https://github.com/eclipse-osgi-technology/jakarta-webservices

Repository for the jakarta-webservices osgi implementation
https://github.com/eclipse-osgi-technology/jakarta-webservices

Last synced: 4 months ago
JSON representation

Repository for the jakarta-webservices osgi implementation

Awesome Lists containing this project

README

          

# 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`