When I trigger a certain build (with mvn clean install) the build fails at some point with this exeption:
org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
I found this question on stackoverflow and was able to build the projects with mvn clean install > log-file.log
. The Log file has over 100.000 lines.
Now I wonder why my console isn't able to process the logs and if I can configure it to do so.
I run Ubuntu 20.04 in a WSL2 using zsh.