From eb299b95c2a1974948a6abfab9d28f654cf7bf7e Mon Sep 17 00:00:00 2001 From: Yunkun Huang Date: Thu, 29 Jun 2017 08:39:35 +0800 Subject: [PATCH] Disable trimStackTrace in surefire plugin Closes gh-9629 --- spring-boot-parent/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index cee5e629f4..614684c4dd 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -602,6 +602,7 @@ true -Xmx1024m + false