Skip to content

Commit

Permalink
POM: surefire trimStackTrace=false
Browse files Browse the repository at this point in the history
  • Loading branch information
mP1 committed May 20, 2024
1 parent 5aff333 commit 14883a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<trimStackTrace>false</trimStackTrace>
<includes>
<include>**/Test*.java</include>
</includes>
Expand Down

0 comments on commit 14883a7

Please sign in to comment.