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