Skip to content

Commit 78addb1

Browse files
committed
POM: surefire trimStackTrace=false
1 parent c4115c7 commit 78addb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@
332332
<groupId>org.apache.maven.plugins</groupId>
333333
<artifactId>maven-surefire-plugin</artifactId>
334334
<configuration>
335+
<trimStackTrace>false</trimStackTrace>
335336
<includes>
336337
<include>**/Test*.java</include>
337338
</includes>

0 commit comments

Comments
 (0)