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 1481
抹茶落季
抹茶落季 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:39

    I was able to solve the same problem with different solution.

    The solution that worked for me was to Right click project "pom.xml" in eclipse and select "Maven Install".

提交回复
热议问题