Bean Validation TCK
Version: 1.1.1.Final
This repository contains the Bean Validation 
(JSR 349) TCK.

Build from Source

You can build the TCK from source by cloning the git repository git://github.com/beanvalidation/beanvalidation-tck.git. You will also need a JDK 6 or 7 and Maven 3. With these prerequisites in place you can compile the source via:
mvn clean install -s settings-example.xml


After successful execution you can find the full distribution bundles in distribution/target. To inspect the different test artifacts and the TCK coverage report refer to tests/target/artifacts and tests/target/coverage-report respectively.


