Could not transfer artifact xxx from/to xxx 的解决方案

使用 Maven 构建项目下载 jar 包时,出现错误,报错如下
Could not transfer artifact xxx from/to xxx 的解决方案

解决方案

  1. 打开 maven 目录 如 D:\Program Files\Java\apache-maven-3.6.3\,打开 conf 文件夹,如下图
    Could not transfer artifact xxx from/to xxx 的解决方案
  2. 打开 settings.xml
    Could not transfer artifact xxx from/to xxx 的解决方案
  3. 在140行左右的代码处找到 mirrors 标签,在其中加入如下代码配置阿里云镜像,如图
<mirror>
      <id>nexus-aliyun</id>
      <mirrorOf>*,!jeecg,!jeecg-snapshots</mirrorOf>
      <name>Nexus aliyun</name>
      <url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>

Could not transfer artifact xxx from/to xxx 的解决方案
至此问题解决,重新下载即可

上一篇:Editorial Manager 提交论文出现 could not be approved 问题


下一篇:flink jdbc写gp,以多value的形式,快速写入