zoukankan      html  css  js  c++  java
  • maven -- 问题解决(二)解决“Could not calculate build plan”问题

    错误提示如下:(eclipse+maven)

    Could not calculate build plan: Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.7.1 from/to central (http://repo1.maven.org/maven2): Access denied to http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.7.1/maven-surefire-plugin-2.7.1.pom. Error code 407, Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied.  ) log4j-test01 Unknown Maven Problem

    解决方法如下:

    (1)将C:User.m2 epositoryorgapachemavenpluginsmaven-deploy-plugin目录下的文件夹删除,

    (2)然后右击项目Maven->Update Project->Update Dependencies(如果更新无效,选择强制更新如下图)

    这样问题就解决了!

  • 相关阅读:
    C#中关于DBNULL的处理方法
    html 点击复制
    AJAX的简洁写法
    PHP 数组模糊查询
    PHP二维数组搜索返回数组
    php 数组排序得方法
    PHPExcel的使用
    使用PHPword中文乱码并且下载的方法
    关于多图上传的修改的操作
    把一个表里的两列或者三列合并为一行
  • 原文地址:https://www.cnblogs.com/lmei/p/4780453.html
Copyright © 2011-2022 走看看