Skip to content

Commit

Permalink
Merge pull request #173 from mP1/feature/POM-surefire-trimStackTrace-…
Browse files Browse the repository at this point in the history
…false

Feature/pom surefire trim stack trace false
  • Loading branch information
mP1 authored May 20, 2024
2 parents c4115c7 + 78addb1 commit 835a6e7
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 835a6e7

Please sign in to comment.