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 1490
抹茶落季
抹茶落季 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:24

    Excellent i got solution:
    Just clearing (.m2) complete folder and starting a new maven project problem solved for me.

    Note:: .m2 folder located in os installed disk only.
    If you want the exact location, check in Eclipse:
    Eclipse-->window-->preferences-->maven-->user settings
    There local repository path is for .m2
    Delete entire .m2 folder and restart your eclipse.

提交回复
热议问题