解决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标识的项目
若本文章侵犯了您的著作权,请联系我删除 QQ:695898855