Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maven cxf Plugin error

Why am I seeing this error in my pom.xml file when I'm adding the apache cxf plugin?

Plugin execution not covered by lifecycle configuration: org.apache.cxf:cxf-codegen-plugin:2.5.4:wsdl2java (execution: generate-sources, phase: generate-sources)

like image 516
iuser Avatar asked Nov 15 '12 16:11

iuser


1 Answers

Or move to 2.6.3/2.7.0 that has the M2E lifecylce stuff embedded in it so there is no need for the connector. That also has the benefit of wiring warnings and such coming from the code generation right into the eclipse warning systems.

2.7.1-SNAPSHOT has a bunch of other fixes related to the m2e things as well.

like image 140
Daniel Kulp Avatar answered Oct 02 '22 12:10

Daniel Kulp