一起学习网 一起学习网


解决Failure to find com.xx.jar in http://maven.aliyun.com/ was cached in the local repository

运维 解决Failure to find com.xx.jar in http://maven.aliyun.com/ was cached in the local repository,一起学习网, 学习交流平台, 在线学习, 学习资源, 教育平台, 学习社区, 学生论坛, 学习工具, 学习技巧, 学习经验 09-06

解决Failure to find com.xx.jar in http://maven.aliyun.com/ was cached in the local repository


解决如下两个问题

解决settings.xml修改镜像地址不生效的问题,

解决maven打包构建时出现如下问题

Failure to find com.ibatis:xxx-xxx-plugin:jar:1.0.7 in http://maven.aliyun.com/nexus/content/repositories/central/ was cached in the local repository,

resolution will not be reattempted until the update interval of alimaven has elapsed or updates are forced ->


问题的意思是,阿里云maven仓库中,没有你需要的依赖包。此时需要修改一下你的maven settings.xml镜像地址。

还有一种可能是因为,多模块化工程。某一个模块依赖另一个模块,那个模块没有install。

解决方式是,依赖的模块进行 mvn clean install 就行了。 idea 中install root标识的项目




编辑:一起学习网