https://github.com/eclipse-ee4j/jaxr-ri
JAXR Implementation (Eclipse Metro Project)
https://github.com/eclipse-ee4j/jaxr-ri
Last synced: 11 months ago
JSON representation
JAXR Implementation (Eclipse Metro Project)
- Host: GitHub
- URL: https://github.com/eclipse-ee4j/jaxr-ri
- Owner: eclipse-ee4j
- License: other
- Created: 2019-01-18T19:59:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T05:38:42.000Z (over 2 years ago)
- Last Synced: 2024-05-09T16:46:09.651Z (about 2 years ago)
- Language: Java
- Homepage:
- Size: 528 KB
- Stars: 0
- Watchers: 16
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
This is the JAXR-RI'Reference Implementation' project.
Tasks required before building the project.
1)User should have jdk 1.8 or above on this machine.
2)user should have Maven 3 installed on his machine.
Run the following Maven goals in the following order:
mvn clean Clean away generated or copied files by removing target dir.
mvn install It will compile the source code and generate the jaxr-Impl.jar file in
./target dir.
mvn install -Poss-release It will generate the javadocs and sources along with binary for this project.