jakartaee / cdi-tck

CDI TCK
Apache License 2.0
46 stars 45 forks source link

CDI TCK Development

Check out the TCK Reference Guide to get acquainted with the CDI TCK and learn how to execute and debug it.

Building CDI TCK artifacts

To build the CDI TCK artifacts, use:

mvn install

or when compiling against staged Jakarta artifacts:

mvn -Pstaging install

Building the CDI TCK distribution

The CDI TCK distribution artifact is built by specifying an additional -Drelease property to build the TCK reference documentation and distribution bundle, e.g.:

mvn -Drelease install

Eclipse Continuous Integration Environment

The Eclipse continuous integration environment interface for the CDI project is located at https://ci.eclipse.org/cdi/ The https://github.com/jakartaee/cdi/wiki/Eclipse-CI-Release-Jobs page describes the jobs found there.

Sources in GIT

Master branch contains the CDI TCK 4.1

Source Layout