mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-19 22:09:01 +00:00
Disable trimStackTrace in surefire plugin
Closes gh-9629
This commit is contained in:
committed by
Stephane Nicoll
parent
90112559bf
commit
eb299b95c2
@@ -602,6 +602,7 @@
|
||||
<java.awt.headless>true</java.awt.headless>
|
||||
</systemPropertyVariables>
|
||||
<argLine>-Xmx1024m</argLine>
|
||||
<trimStackTrace>false</trimStackTrace>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
||||
Reference in New Issue
Block a user