Mam problem z maven-surefire-plugin
, po odpaleniu clean install
a
dostaje w logach
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
i cos tam krzyczy .m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.12\\org.jacoco
.
wersja maven-surefire-plugin 3.3.1
wersja jacoco 0.8.12
<configuration>
<reuseForks>false</reuseForks>
<argLine>-Xmx1024m</argLine>
Po dodaniu tego do maven-surefire-plugin
działa.. ale wolałbym tego nie dodawać, nie wiem czemu tak sie stało. Moze ktos cos poradzic?