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 1578
执笔经年
执笔经年 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:32

    i faced the same issue while using eclipse kepler and maven version 3.2,

    while building the project, it showed me the same error in eclipse

    there are two versions (2.5 and 2.6) of plugin under

    .m2/repository/org/apache/maven/plugins/maven-resources-plugin/
    

    i removed 2.5 version then it worked for me

提交回复
热议问题