-
错误提示:Failed to retrieve plugin descriptor for org.apache.maven.plugins:maven-install-plugin:2.4: Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven
-
更改文件中内容:
-
关键字 mirror ,找到如图所示部分,加入以下内容
-
代码
<mirror> <id>nexus-aliyun</id> <mirrorOf>*</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/content/groups/public</url> </mirror>
maven中央仓库无法下载jar包
最新推荐文章于 2025-05-18 23:45:51 发布