Skip to content

Commit f8ee084

Browse files
committed
Increase test logging
1 parent 0c8e4ea commit f8ee084

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,10 @@ information or have any questions.
216216
</plugin>
217217
<plugin>
218218
<artifactId>maven-surefire-plugin</artifactId>
219-
<version>3.0.0-M5</version>
219+
<version>3.5.3</version>
220+
<configuration>
221+
<reportFormat>plain</reportFormat>
222+
</configuration>
220223
</plugin>
221224
<plugin>
222225
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)