eclipse 生命周期配置未涵盖的插件执行:org.codehaus.mojo:aspectj-maven-plugin:1.0
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6783931/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:aspectj-maven-plugin:1.0
提问by alexm
I switched from q4e Heliosto Indigo m2eplugin and my Maven 2 project no longer works. I had a ROO-generated Spring MVC project.
我从q4e Helios切换到Indigo m2e插件,我的 Maven 2 项目不再有效。我有一个 ROO 生成的 Spring MVC 项目。
This is what I get:
这就是我得到的:
Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:aspectj-maven-plugin:1.0:test-compile (execution: default, phase: process-test-sources)
Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:aspectj-maven-plugin:1.0:compile (execution: default, phase: process-sources)
Any insight is greatly appreciated. Thank you.
任何见解都非常感谢。谢谢你。
回答by Chepech
If you upgraded to m2e plugin from version 0.xx to version 1.0 thats probably what caused the issues you are having, This may be helpful (it is intended for SpringSuource Tool Suite but I fixed an regular Eclipse following the advices at the end on the section called "Uh oh…my projects no longer build");
如果您将 m2e 插件从 0.xx 版升级到 1.0 版,这可能是导致您遇到问题的原因,这可能会有所帮助(它适用于 SpringSuource 工具套件,但我按照最后的建议修复了常规 Eclipse部分名为“哦……我的项目不再构建”);