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 1498
执笔经年
执笔经年 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:26

    If you've configured a repository in your maven's settings.xml, check if you've access to it.

    When I had this problem, there were enterprise repositories configured in settings.xml but I was out of the company.

提交回复
热议问题