赞
踩
Could not transfer artifact org.apache.maven.plugins:maven-compiler-plugin:pom:3.10.1 from/to central (Central Repository:): Connect to repo.maven.apache.org:443 [repo.maven.apache.org/146.75.112.215] failed: connect timed out
尝试了几种方式后,使用下面的方法解决:
打开apache-maven-3.9.5\conf目录下的settings.xml文件
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
继续修改IDEA安装目录的Maven中的settings.xml文件
默认安装的路径地址为:
C:\Program Files\JetBrains\IntelliJ IDEA2021.1.3\plugins\maven\lib\maven3\conf
重复上述的第二步,第三步操作。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。