Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 310 Bytes

File metadata and controls

19 lines (13 loc) · 310 Bytes

Instructions

To compile this project and install the artifacts into local Maven repository, run:

mvn clean install

This will also run all the tests and the TCK.

You can use

mvn clean install -DskipTests

to skip the tests and make the build a lot faster.