Skip to content

Commit 789d02b

Browse files
Don't trim stack trace in surefire plugin
1 parent 5ff21db commit 789d02b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217
<artifactId>maven-surefire-plugin</artifactId>
218218
<configuration>
219219
<argLine>${argLine}</argLine>
220+
<trimStackTrace>false</trimStackTrace>
220221
</configuration>
221222
</plugin>
222223
<plugin>

0 commit comments

Comments
 (0)