Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Error on pom.xml #52

Closed
roizpi opened this issue Sep 12, 2016 · 7 comments
Closed

Error on pom.xml #52

roizpi opened this issue Sep 12, 2016 · 7 comments

Comments

@roizpi
Copy link

roizpi commented Sep 12, 2016

Using Eclipe plugin Maven Integration for Eclipse 1.5.0:

On line 271:
<executions>
<execution>
<goals>
<goal>compile</goal>
<goal>test-compile</goal>
</goals>
</execution>
</executions>

Error:
Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:aspectj-maven-plugin:1.2:compile (execution: default, phase: process-sources)

I have solved it adding an <id> and <phase> tags to the <execution> block.

@dzzxjl
Copy link

dzzxjl commented Jan 7, 2017

I meet the same problem

@crazyfzw
Copy link

So am i, I soved it by useing eclipse quick fixes Mark goal test-compile as ignored in eclipse build eclipse

@sschober
Copy link

See this answer: http://stackoverflow.com/a/43508339/321307

@TianZhen000
Copy link

厉害了

@shristy123
Copy link

org.eclipse.m2e lifecycle-mapping 1.0.0 org.codehaus.mojo aspectj-maven-plugin [1.0,) compile test-compile

@rstoyanchev
Copy link
Contributor

Resolved via a30e404.

@monadgon
Copy link

monadgon commented Jul 23, 2019

pom.xml > Dependency tab and click the red.
Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:aspec(Click for 1 more)

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

8 participants