Skip to content

Commit

Permalink
chore(tests): suppress surefire plugin "Corrupted STDOUT..." warning (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s authored Dec 28, 2022
1 parent 17d8a9a commit 81d31d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@
</configurationParameters>
</properties>
<failIfNoTests>false</failIfNoTests>
<!-- Activate the use of TCP to transmit events to the plugin and avoid
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM -->
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 81d31d2

Please sign in to comment.