I am getting the following error when running mvn clean test
:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/maven/plugin/MojoExecutionException
It's not happening on my development team they say they are running the command just fine.
I've checked the JAVA_HOME
and JRE_HOME
environments, both fine.
I'm using maven version 3.6.3
and Java version 1.8.0_144
Not sure what to do at this point. This project was installed using IntelliJ git clone