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 3b2a7bf commit 9033305
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 @@ -258,6 +258,9 @@
<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 9033305

Please sign in to comment.