From 3b4e96ff640dce38c01814f6e65bc5fda0acbf48 Mon Sep 17 00:00:00 2001 From: Viktor Kryshtal Date: Thu, 8 Jan 2026 18:16:58 +0200 Subject: [PATCH] Automatically launch containers in container debugging maven profile --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 0c79bae025d..6bdd2cffa19 100644 --- a/pom.xml +++ b/pom.xml @@ -685,6 +685,15 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + + true + + +