eclipse 运行activiti,maven项目报错
Multiple annotations found at this line:
- Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (execution: default-compile, phase:
compile)
- Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.0:testCompile (execution: default-testCompile,
phase: test-compile)
- CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.0 or one of its dependencies could not be resolved:
Failed to read artifact descriptor for org.apache.maven.plugins:maven-compiler-plugin:jar:3.0: ArtifactResolutionException: Failure to transfer
org.apache.maven.plugins:maven-compiler-plugin:pom:3.0 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be
reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-compiler-
plugin:pom:3.0 from/to central (http://repo.maven.apache.org/maven2): Failed to transfer http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-
compiler-plugin/3.0/maven-compiler-plugin-3.0.pom. Error code 501, HTTPS Required
Could not calculate build plan: Plugin
org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not beresolved: Failed to read artifact descriptor fororg.apache.maven.plugins:maven-resources-plugin:jar:2.6
https://www.cnblogs.com/hzhuxin/archive/2012/06/17/2552998.html
https://blog.youkuaiyun.com/weixin_39723352/article/details/80848036
https://www.cnblogs.com/fengquan-blog/p/10368406.html
在使用Eclipse运行Activiti Maven项目时,遇到pom.xml文件报错。查阅了相关资料,包括《2012年06月17日 - Maven项目报错解决方案》、《Maven项目pom.xml错误排查指南》和《Eclipse运行Maven项目错误解析》等文章,了解到这类问题通常与依赖冲突、Maven配置、Eclipse设置等因素有关。解决办法可能涉及调整pom.xml文件的依赖版本、清理并重新构建项目、检查Maven设置或更新Eclipse插件。
683

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



