From 2fabba85a0062fd65f503788917d7fb823b8b3b8 Mon Sep 17 00:00:00 2001 From: Arjan Tijms Date: Sat, 22 Jun 2024 14:24:55 +0200 Subject: [PATCH] Update Authentication TCK to 3.1.0 --- appserver/tests/tck/authentication/pom.xml | 326 +++--------------- .../jakarta-authentication-tck/pom.xml | 6 +- 2 files changed, 43 insertions(+), 289 deletions(-) diff --git a/appserver/tests/tck/authentication/pom.xml b/appserver/tests/tck/authentication/pom.xml index f7e73b9a6f9..dd1e59d8624 100644 --- a/appserver/tests/tck/authentication/pom.xml +++ b/appserver/tests/tck/authentication/pom.xml @@ -1,7 +1,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ]]> - - ]]> - - - - ]]> - - ]]> - - - - - run - - - - - configure-tck-tests - pre-integration-test - - run - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run-tck-tests integration-test - run + exec - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + ${maven.executable} + + -B + -e + -s + ${maven.settings.xml} + -f + ${tck.root}/authentication-tck-3.1.0/tck/pom.xml + clean + install + -Dglassfish.version=${glassfish.version} + + + C + + - + \ No newline at end of file diff --git a/appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml b/appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml index 9122316e0b3..173af8393b8 100644 --- a/appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml +++ b/appserver/tests/tck/tck-download/jakarta-authentication-tck/pom.xml @@ -1,7 +1,7 @@