From cae509aa72777b96f89b5b86cfd9a07754dd6d0c Mon Sep 17 00:00:00 2001 From: Mark Struberg Date: Mon, 18 Feb 2019 07:31:11 +0100 Subject: [PATCH] add download location for the JakartaEE TCK zip --- openjpa-integration/tck/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openjpa-integration/tck/pom.xml b/openjpa-integration/tck/pom.xml index 9e2549971..786d0e5f2 100644 --- a/openjpa-integration/tck/pom.xml +++ b/openjpa-integration/tck/pom.xml @@ -41,6 +41,9 @@ but you can also test against prior levels by setting: -Dtck2.level=20091209 + As of JakartaEE you can freely download the TCK jars from here: + https://download.eclipse.org/ee4j/jakartaee-tck/8.0.1/nightly/ + To set the TCK run time limit, use the "jpatck.run.tmo" system property to specify the timeout value in milliseconds. Default to 7200000 (2 hours).