> 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 _______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
