commit | 22d287dd38a234c680e0fb315c0911a53218b960 | [log] [tgz] |
---|---|---|
author | David Matějček <dmatej@seznam.cz> | Wed Sep 01 08:50:12 2021 +0200 |
committer | David Matějček <dmatej@seznam.cz> | Thu Sep 09 11:36:12 2021 +0200 |
tree | ea954db6217f43c540970d6db1c7705d221dd13b | |
parent | b1c3d18a40e0d2efd10154c94946cd7825fbcb8e [diff] |
Issue #23507 Disabled trimming stacktraces from tests - important to have the best possible information about the failure
diff --git a/nucleus/parent/pom.xml b/nucleus/parent/pom.xml index 698a222..2f56e57 100644 --- a/nucleus/parent/pom.xml +++ b/nucleus/parent/pom.xml
@@ -701,6 +701,7 @@ <version>3.0.0-M5</version> <configuration> <argLine>${surefire.argLine}</argLine> + <trimStackTrace>false</trimStackTrace> <useSystemClassLoader>true</useSystemClassLoader> <forkCount>1</forkCount> <forkNode