It looks like starting with 1.1 of m2e, plugins themselves can embed lifecycle mappings:
http://wiki.eclipse.org/M2E_compatible_maven_plugins That might be something worth looking into. A patch to accomplish that would be more than welcome. :-) Doesn't really solve the issues for 1.0, but going forward it could help. Dan On Thursday, December 15, 2011 12:55:36 PM jerry.bowman wrote: > Having the same problem, so I added the eclipse.m2e lifecycle plugin to > override the life-cycle as suggested. But now I get this error showing up on > the plugin to execute the cxf codegen: > > Description Resource Path Location Type > Execution default of goal org.apache.cxf:cxf-codegen-plugin:2.5.0:wsdl2java > failed. > (org.apache.cxf:cxf-codegen-plugin:2.5.0:wsdl2java:default:generate-sources) > pom.xml /empi-core-internal-service line 126 Maven Build > Problem > > I get no logs, no other messages, nada. I changed the action to <ignore /> > for now and just manually run from the command line when I need to > regenerate the sources. At least I don't have any errors showing in the PO > for the unsupported goal anymore. > > Any ideas on the above message or where else I might look for additional > information? > > Thanks! > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Cxf-maven-plugin-on-m2e-indigo-tp5022754p50 > 78663.html Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
