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

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)

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.