Commit c75d78a6 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #9629 from htynkn:feature/disable-trimStackTrace

* pr/9629:
  Disable trimStackTrace in surefire plugin
parents 90112559 eb299b95
......@@ -602,6 +602,7 @@
<java.awt.headless>true</java.awt.headless>
</systemPropertyVariables>
<argLine>-Xmx1024m</argLine>
<trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>
<plugin>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment