Author: veithen
Date: Wed Jan 3 12:31:55 2018
New Revision: 1819955
URL: http://svn.apache.org/viewvc?rev=1819955&view=rev
Log:
Don't let JUnit corrupt stack traces.
Modified:
axis/axis2/java/core/trunk/pom.xml
Modified: axis/axis2/java/core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1819955&r1=1819954&r2=1819955&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Wed Jan 3 12:31:55 2018
@@ -1401,6 +1401,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
+ <trimStackTrace>false</trimStackTrace>
<systemProperties>
<property>
<name>java.io.tmpdir</name>