Could not calculate build plan: Plugin org.apache.maven.plugins:maven-jar-plugin:2.3.2 or one of its dependencies could not be resolved

前端 未结 21 1410
抹茶落季
抹茶落季 2020-12-08 08:15

I got the following error message when I tried to create a Maven project in eclipse. Many have posted about proxies in settings.xml file and also flush the .m2 folder forcin

21条回答
  •  有刺的猬
    2020-12-08 08:16

    I also faced the above error. I used Eclipse.

    After followed the below solution, it works fine for me.

    Solution is,

    1. Right click project "pom.xml" in eclipse and select Maven Install.
    2. Right click on the project -> Maven -> Update Project.
    3. Refresh

提交回复
热议问题