From b347c713fb6f792a05af31504581ca8cee227f6f Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Mon, 30 Jun 2025 19:58:10 +0200 Subject: [PATCH] Add Maven Surefire plugin to export test summaries --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 9e282f7..616b258 100644 --- a/pom.xml +++ b/pom.xml @@ -220,6 +220,14 @@ + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.5.3 + + \ No newline at end of file