1
0
mirror of synced 2026-09-11 00:49:39 +00:00

chore(tests): suppress surefire plugin "Corrupted STDOUT..." warning (#1151)

This commit is contained in:
Yury Semikhatsky
2022-12-28 15:14:10 -08:00
committed by GitHub
parent 17d8a9ac7a
commit 81d31d24f8
+3
View File
@@ -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>