From c45cb45852d21b62a704e5643a9613df0267ede3 Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Mon, 11 Jul 2022 12:04:52 +0200 Subject: [PATCH] Update README to preserve useful bits from reverted commit --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6d9ee5512..5200a27681 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,28 @@ Check out the [TCK Reference Guide](https://jakartaee.github.io/cdi-tck/) 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 specifing 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 work-in-progress on CDI TCK 4.0 +Master branch contains the CDI TCK 4.0 ### Source Layout