From 92bec0214f30ee59a24da1eedd3f27b47de1caa1 Mon Sep 17 00:00:00 2001 From: Alex Szczuczko Date: Fri, 4 Aug 2023 09:20:50 -0600 Subject: [PATCH] Add -DdeployTestsuite profile to testsuite Closes #22258 --- testsuite/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 5f9032a716..55f6e4916e 100755 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -62,4 +62,26 @@ utils + + + deploy-testsuite + + + deployTestsuite + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + false + + + + + + +