Skip to content

Commit 9a105d9

Browse files
committed
Increase test logging
1 parent a3ec030 commit 9a105d9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,13 @@ 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+
<consoleOutputReporter>
223+
<enabled>true</enabled>
224+
</consoleOutputReporter>
225+
</configuration>
220226
</plugin>
221227
<plugin>
222228
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)