今天使用命令mvn compile编译maven项目时提示错误信息,部分错误信息如下:
...... was cached in the local repository, resolution will not be reattempted until the update interval of nexus ......
发现proxool-0.9.1.jar下载到本地时失败,从提示可知是本地仓库的缓存(cached)造成,于是我删除目录C:\Users\Administrator\.m2\repository\proxool\proxool\0.9.1后重新下载(即执行mvn compile命令)即可成功!
注意你要确定远程仓库中存在此jar(proxool-0.9.1.jar)包
MVN 构建项目时的一个问题--Could not resolve de pendencies for project
解决maven cannot change version of project facet dynamic web module to 3.0
相关文章
- maven 项目编译时候提示:Error building POM (may not be this project's POM).
- 解决Maven项目编译时提示:源值1.5已过时,将在未来所有版本中删除
- maven项目编译运行时提示jdk版本过低问题解决方法
- maven编译项目时提示:cached in the local repository
- Maven-010-maven 编译报错:Failure to ... in ... was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced.
- maven项目编译运行时提示jdk版本过低问题解决方法
- 使用Maven编译项目时提示程序包javax.servlet.http不存在