Skip to content

Commit

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

POM: surefire trimStackTrace=false
  • Loading branch information
mP1 authored May 20, 2024
2 parents a74f0a1 + 8d4f4fe commit 6410af0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,9 @@ and
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<trimStackTrace>false</trimStackTrace>
</configuration>
<dependencies>
<dependency>
<groupId>org.junit.platform</groupId>
Expand Down

0 comments on commit 6410af0

Please sign in to comment.