Skip to content

Commit

Permalink
Leave consoleOutputReporter enabled for maven-failsafe-plugin (#1542
Browse files Browse the repository at this point in the history
)

### What's done:

For the Failsafe plug-in, don't disable the `consoleOutputReporter` so that
important logging is not hidden.
  • Loading branch information
0x6675636b796f75676974687562 authored Oct 31, 2022
1 parent 61cd2b7 commit ccff37d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,11 @@
<!-- For the console output, use the tree reporter from
https://github.com/fabriciorby/maven-surefire-junit5-tree-reporter. -->
<reportFormat>plain</reportFormat>
<!-- For the Failsafe plug-in, don't disable
the consoleOutputReporter so that important logging
is not hidden. -->
<consoleOutputReporter>
<disable>true</disable>
<disable>false</disable>
</consoleOutputReporter>
<statelessTestsetInfoReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
<!-- Prefer @DisplayName & friends, if any. -->
Expand Down

0 comments on commit ccff37d

Please sign in to comment.