Disable stack trace trimming 01/47401/2
authorRobert Varga <rovarga@cisco.com>
Sun, 23 Oct 2016 20:36:01 +0000 (22:36 +0200)
committerStephen Kitt <skitt@redhat.com>
Mon, 24 Oct 2016 08:37:13 +0000 (08:37 +0000)
We use exception chaining quite extensively, which means
that full error details are not visible when the stack trace
is trimmed.

Change-Id: If55f22ed9771d7c14c9787bccd2d7439e2e1ce98
Signed-off-by: Robert Varga <rovarga@cisco.com>
odlparent/pom.xml

index ac294d6d6e47f4bb4e719fc6f1961681e741c41d..dd1c56899f6c5ea81b09a91a1bde1fba4431dcea 100644 (file)
           <version>${maven.surefire.version}</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
+            <trimStackTrace>false</trimStackTrace>
           </configuration>
         </plugin>