Skip to content

Commit 0f8c548

Browse files
committed
https://issues.apache.org/jira/browse/SUREFIRE-1226 can interfere with test runs here.
1 parent 0bc22e6 commit 0f8c548

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-surefire-plugin</artifactId>
116116
<version>2.22.0</version>
117+
<configuration>
118+
<trimStackTrace>false</trimStackTrace> <!-- SUREFIRE-1226 workaround -->
119+
</configuration>
117120
</plugin>
118121
<plugin>
119122
<groupId>com.coveo</groupId>

0 commit comments

Comments
 (0)