From d673624b7a822ab4e77158013e8ecdd143c28815 Mon Sep 17 00:00:00 2001 From: Alex Szczuczko Date: Wed, 8 Apr 2026 09:17:13 -0600 Subject: [PATCH] Also deploy keycloak-authz-client-tests when deploy-testsuite profile is active Closes #47737 Signed-off-by: Alex Szczuczko --- authz/client/pom.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/authz/client/pom.xml b/authz/client/pom.xml index 9d9d0528f79..a41bbc8ba13 100644 --- a/authz/client/pom.xml +++ b/authz/client/pom.xml @@ -82,5 +82,27 @@ - + + + + deploy-testsuite + + + deployTestsuite + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + false + + + + + + +