summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-04-07 12:14:12 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-04-07 12:14:12 +0200
commitcc36704d0553149a2dcac5a0f928ba6c6f782979 (patch)
tree60836fa7d3522112dffeaad67a279ebd3b3b123c /parent
parentc7f2e56fdb745c2c0c61e2f59f9c45ee873531be (diff)
Disable trimming of stack traces in maven-surefire-plugin
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index c2b82ff7b46..a6c606d2c31 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -222,6 +222,7 @@
<systemPropertyVariables>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
</systemPropertyVariables>
+ <trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>
<plugin>