| Author |
Plugin execution not covered by lifecycle configuration
|
pramod talekar
Ranch Hand
Joined: Apr 26, 2010
Posts: 316
|
|
Hi,
I'm trying to create a hibernate based project using Maven 3 and have created the pom.xml with required dependencies.
But it's giving following error :-
Multiple annotations found at this line:
- Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (execution: default-compile,
phase: compile)
- Project configurator "org.jboss.tools.maven.apt.MavenCompilerAptProjectConfigurator" is not available. To enable full functionality, install the
project configurator and run Maven->Update Project Configuration.
Below is the pom.xml:-
I checked my .m2 folder and it does have maven-resources-plugin-2.4.3.jar
Please advise.
|
Thanks,
Pramod
|
 |
 |
|
|
subject: Plugin execution not covered by lifecycle configuration
|
|
|