Skip to content

Commit c75d78a

Browse files
committed
Merge pull request #9629 from htynkn:feature/disable-trimStackTrace
* pr/9629: Disable trimStackTrace in surefire plugin
2 parents 9011255 + eb299b9 commit c75d78a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@
602602
<java.awt.headless>true</java.awt.headless>
603603
</systemPropertyVariables>
604604
<argLine>-Xmx1024m</argLine>
605+
<trimStackTrace>false</trimStackTrace>
605606
</configuration>
606607
</plugin>
607608
<plugin>

0 commit comments

Comments
 (0)