Disable trimStackTrace in surefire plugin

Closes gh-9629
This commit is contained in:
Yunkun Huang
2017-06-29 08:39:35 +08:00
committed by Stephane Nicoll
parent 90112559bf
commit eb299b95c2

View File

@@ -602,6 +602,7 @@
<java.awt.headless>true</java.awt.headless>
</systemPropertyVariables>
<argLine>-Xmx1024m</argLine>
<trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>
<plugin>