Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:jaxws-maven-plugin:1.10:wsgen

> I formerly use the maven 2.0.8 and have no problem by using the wsgen goal in pom.xml. Now
> I change to maven 3.0.3 and got problem after I import the project into the eclipse. I got error
> message as follow:
> "Plugin execution not covered by lifecycle configuration:
> org.codehaus.mojo:jaxws-maven-plugin:1.10:wsgen (execution: default, phase: process-classes)  "

There's a good explanation of what's going on, and what you can do
about it at http://wiki.eclipse.org/M2E_plugin_execution_not_covered

Have a read of that, and it will tell you how to either enable or
disable your particular plugin when running
within Eclipse.

Greg


Back to the top