This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Ant, Maven and Other Build Tools and the fly likes Plugin execution not covered by lifecycle configuration Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Plugin execution not covered by lifecycle configuration" Watch "Plugin execution not covered by lifecycle configuration" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Plugin execution not covered by lifecycle configuration
 
Similar Threads
Cannot locate the artifact jbossws-native-jaxrpc
Could not resolve dependencies
Sonar - Native Plugin
Could not resolve dependencies for maven project
Incorrect hibernate version or maven ignore and didn't download hibernate jar file.