美文网首页
maven之 Could not calculate build

maven之 Could not calculate build

作者: iszengmh | 来源:发表于2017-08-23 22:59 被阅读548次

    参考链接

    Maven新建项目出现 Could not calculate build plan:plugin 错误解决办法
    Maven项目进行update project时出现Could not calculate build plan错误

    Could not calculate build plan:plugin 错误解决办法

    一般是网速问题,外国镜像速度慢

    解决办法

    1. 更换镜像
    <pom>
    <!--…………-->
    
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    <!--…………-->
    </pom>
    
    1. force强制更新

    删除本地.m2仓库中 org.apache.maven.plugins:maven-resources-plugin所在目录。
    然后右击项目 Maven->Update Project->勾选 Force Update of Snapshots/Releases

    相关文章

      网友评论

          本文标题:maven之 Could not calculate build

          本文链接:https://www.haomeiwen.com/subject/uczjdxtx.html