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 5c292e3 commit f2db032
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>
<!-- since DHIS 2 has no time zone support but FHIR has, tests must be executed with a specific time zone -->
<argLine>-Duser.timezone=CET</argLine>
<!-- due to asynchronous jobs stack traces must not be trimmed in non test source -->
<trimStackTrace>false</trimStackTrace>
</configuration>
Expand Down

0 comments on commit f2db032

Please sign in to comment.