Resolve maven plugin issue: ' Unable to load mojo'

前端 未结 5 631
醉梦人生
醉梦人生 2020-12-30 02:12

I have configured all the dependencies in my pom.xml through maven. When i give the command mvn install I get the following error:

5条回答
  •  一生所求
    2020-12-30 02:43

    You appear to be experiencing this issue: SUREFIRE-85.

    The most likely cause appears to be corrupt jar files in your local repository. Try clearing out all maven jars from your local repository. Remove everything from /.m2/repository/org/apache/maven and run the build again.

    Also, make sure you're using a stable, up-to-date version of Maven.

提交回复
热议问题