You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2018/01/03 12:31:55 UTC

svn commit: r1819955 - /axis/axis2/java/core/trunk/pom.xml

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>