Skip to content

Commit

Permalink
Disabled trimming of stack traces by surefire plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
volsch committed Nov 22, 2018
1 parent 470e8e7 commit 5c292e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<!-- due to asynchronous jobs stack traces must not be trimmed in non test source -->
<trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 5c292e3

Please sign in to comment.