生命周期配置未涵盖的插件执行:org.codehaus.mojo:aspectj-maven-plugin:1.0

时间:2023-01-25 16:07:10

I switched from q4e Helios to Indigo m2e plugin 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.

非常感谢任何见解。谢谢。

1 个解决方案

#1


3  

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 Tool Suite,但我修复了一个常规Eclipse,遵循最后的建议一节叫做“哦......我的项目不再建造”);

http://blog.springsource.com/2011/10/18/upgrading-maven-integration-for-springsource-tool-suite-2-8-0/

http://blog.springsource.com/2011/10/18/upgrading-maven-integration-for-springsource-tool-suite-2-8-0/

#1


3  

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 Tool Suite,但我修复了一个常规Eclipse,遵循最后的建议一节叫做“哦......我的项目不再建造”);

http://blog.springsource.com/2011/10/18/upgrading-maven-integration-for-springsource-tool-suite-2-8-0/

http://blog.springsource.com/2011/10/18/upgrading-maven-integration-for-springsource-tool-suite-2-8-0/