报错:
CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.1 or one of its dependencies could not be resolved: Failure to find org.apache.maven.plugins:maven-compiler-plugin:jar:3.1 in http://repository.jboss.org/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of jboss-public-repository-group has elapsed or updates are forced
原因:
可能是你的setting.xml中的镜像的仓库中没有找到所需要的jar
解决办法:
更改镜像或者启用默认的镜像
本人实际遇到,完美解决。
本文解决了一个常见的Maven构建错误,当maven-compiler-plugin插件或其依赖未在本地仓库找到时,导致无法计算构建计划。错误可能源于setting.xml中配置的镜像仓库未包含所需JAR文件。文中提供了更改镜像或启用默认镜像的解决办法。
2305

被折叠的 条评论
为什么被折叠?



