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
- Host: GitHub
- URL: https://github.com/eclipse-osgi-technology/jakarta-webservices
- Owner: eclipse-osgi-technology
- License: epl-2.0
- Created: 2024-11-06T05:56:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T16:48:56.000Z (12 months ago)
- Last Synced: 2025-07-03T18:51:39.716Z (12 months ago)
- Language: Java
- Homepage: https://projects.eclipse.org/projects/technology.osgi-technology
- Size: 91.8 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`