From 05407dd10a2ce264c94ed5194365fe0fa39a8748 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Wed, 1 May 2024 17:53:29 +0200 Subject: [PATCH] use a different surefire reporter (#95) * use a different surefire reporter this will capture stdout and exceptions and display them only on failing tests * inject an error in a test to check output in CI * Revert "inject an error in a test to check output in CI" This reverts commit 1b3d5dca08c6a604b2af692444fcb11137b83c9f. --- pom.xml | 33 +++++++++++++++++++++++++++++---- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 1c3bfb06..355fb830 100644 --- a/pom.xml +++ b/pom.xml @@ -193,14 +193,39 @@ org.xolstice.maven.plugins protobuf-maven-plugin - - maven-surefire-plugin - 2.22.2 - maven-failsafe-plugin 2.22.2 + + maven-surefire-plugin + 3.2.5 + + + me.fabriciorby + maven-surefire-junit5-tree-reporter + 1.2.1 + + + + plain + + true + + + true + true + true + true + false + true + true + false + + + +