When you open your AspectJ project in Eclipse with the m2eclipse, the following error may appear.
- Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:aspectj-maven-plugin…
This is because m2e doesn’t provide lifecycle mapping for aspectj-maven-plugin. A work around is to add the following <pluginManagement> setting in the pom.xml.
Continue reading AspectJ – Plugin execution not covered by lifecycle configuration error in Eclipse