maven install报The forked VM terminated without saying properly goodbye. VM crash or System.exit called

idea新导入的工程maven install打包报错误:The forked VM terminated without saying properly goodbye. VM crash or System.exit called

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project order-server: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ?

最终解决办法

进入setting,搜索maven打开runner菜单,将skip tests前面的勾打上就可以了