Resolve Error “ArtifactTransferException: Could not transfer artifact” or “Failure to Transfer” in M

来源:互联网 发布:linux signal 11 编辑:程序博客网 时间:2024/06/02 03:48

This is very short tips to resolve the errors “ArtifactTransferException: Could not transfer artifact” that may occur in Maven project in Eclipse.

Steps to resolve:

  1. Open folder by running this text (without Quotes) in Search Explorer of Window “%yf-yuanjingkun%.m2”.
  2. After running above command, “m2” folder of maven will open. Now search for file (without Quotes) “*.lastUpdated”.
  3. In this step, delete all the files found by running Step 2.
  4. Now go to Eclipse project and select “Maven | Update Dependency” or “Maven | Update Project”.

By now, your issue will be resolved.

sourceurl: http://www.jitendrazaa.com/blog/java/resolve-error-artifacttransferexception-could-not-transfer-artifact-or-failure-to-transfer-in-maven/

类似的问题,删掉本地的文件,重新更新下载即可

阅读全文
0 0