Skip to content

Commit 835a6e7

Browse files
authored
Merge pull request #173 from mP1/feature/POM-surefire-trimStackTrace-false
Feature/pom surefire trim stack trace false
2 parents c4115c7 + 78addb1 commit 835a6e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
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)