Instructions
To compile this project and install the artifacts into local Maven repository, run:
mvn clean install
bash
This will also run all the tests and the TCK.
You can use
mvn clean install -DskipTests
bash
to skip the tests and make the build a lot faster.