Skip to content

Commit

Permalink
objectionary#1326: Added links to comment links
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Apr 18, 2023
1 parent df072a7 commit f6ac3ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eo-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ SOFTWARE.
</systemProperties>
<!-- Default surefire plugin corrupts native stdout. It means the text that was
printed in native method will not be printed in 'mvn clean install'. This configuration
switches surefire communication channel from default to TCP/IP and solves the bug. -->
switches surefire communication channel from default to TCP/IP and solves the bug.
More detailed: https://stackoverflow.com/questions/55272870/surefire-maven-plugin-corrupted-stdout-by-directly-writing-to-native-stream-in
and https://maven.apache.org/surefire/maven-surefire-plugin/examples/process-communication.html-->
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
</configuration>
</plugin>
Expand Down

0 comments on commit f6ac3ce

Please sign in to comment.