Clean up the broken artifacts data and reload the project.

Clean up the broken artifacts data and reload the project.
Clean up the broken artifacts data and reload the project._第1张图片
#问题描述idea 2021.3 版本更新之后 出现 包下载不了
Clean up the broken artifacts data and reload the project._第2张图片

解决方案

更新maven版本 到3.8版本
3.8版本增加了私服https协议的验证
如果是http协议的私服,需要注释掉https的验证
就是如下代码
 <mirror>
  <id>maven-default-http-blockerid>
  <mirrorOf>external:http:*mirrorOf>
  <name>Pseudo repository to mirror external repositories initially using HTTP.name>
  <url>http://0.0.0.0/url>
  <blocked>trueblocked>
mirror> 

你可能感兴趣的:(java,maven,idea)