Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:aspectj-maven-plugin:1.0
Posted
by
alexm
on Stack Overflow
See other posts from Stack Overflow
or by alexm
Published on 2011-07-21T23:09:56Z
Indexed on
2012/09/27
15:37 UTC
Read the original article
Hit count: 1448
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.
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.
© Stack Overflow or respective owner