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

前端 未结 29 1651
执笔经年
执笔经年 2020-11-22 11:56
org.apache.maven.plugin.PluginResolutionException: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Faile         


        
29条回答
  •  无人共我
    2020-11-22 12:25

    I was getting the same issue.

    I just installed the m2e (Maven2Eclipse)plugin from below site:

    http://www.eclipse.org/m2e/
    

    Eclipse>Help>Install New Software>Available Software Sites>Add

    Name: m2e (any name is OK)
    Location:m2e - http://download.eclipse.org/technology/m2e/releases/
    

    Under Install Window> Work with:

    Select this new location and Add all the plugins that appear. Eclipse restart and it was running properly with no previous errors.

提交回复
热议问题