From 541d0fef56201cb827d857569bf02f7594f79f82 Mon Sep 17 00:00:00 2001 From: I-Al-Istannen Date: Sun, 10 Apr 2022 16:02:08 +0200 Subject: [PATCH] feat: Do not trim surefire stacktraces This ensures CI logs actually show you all information about failures instead of only the topmost few frames. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 3232962a256..2f8cc2e03ea 100644 --- a/pom.xml +++ b/pom.xml @@ -283,6 +283,7 @@ ch.qos.logback:logback-classic + false