Maven surefire could not find ForkedBooter class

Recently coming to a new project, I’m trying to compile our source code. Everything worked fine yesterday, but today is another story. Every time I’m running mvn clean install on a module, once reaching the tests, it crashes into an error: [INFO] — maven-surefire-plugin:2.18.1:test (default-test) @ recorder — [INFO] Surefire report directory: /lhome/code/recorder/target/surefire-reports [INFO] Using … Read more

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

Please help me to solve this issue. I do not exactly understand what the error in the log means. [INFO] ———————————————————————— [INFO] BUILD FAILURE [INFO] ———————————————————————— [INFO] Total time: 21.749s [INFO] Finished at: Thu Apr 24 10:10:20 IST 2014 [INFO] Final Memory: 15M/37M [INFO] ———————————————————————— [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.15:test (default-test) on project samples.simpleforwarding: … Read more