From 4177e2c44525242eb850c7c061db4a74044f6ea5 Mon Sep 17 00:00:00 2001 From: Chris Vest Date: Wed, 10 Feb 2021 15:35:30 +0100 Subject: [PATCH] Revert test debugging flags and update surefire/failsafe (#11016) * Revert "Add a profile for debugging tests that run from Maven (#11011)" This reverts commit 83895f0f The same functionality is already natively available in surefire, by adding the `-Dmaven.surefire.debug` flag to Maven. * Update surefire/failsafe version These new versions copes better when our tests prints to STDOUT, and disturbs the progress processing that these plugins do. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 65c856a812..5888917cf7 100644 --- a/pom.xml +++ b/pom.xml @@ -1233,12 +1233,12 @@ maven-surefire-plugin - 2.22.1 + 2.22.2 maven-failsafe-plugin - 2.22.1 + 2.22.2 maven-clean-plugin