cxf-codegen-plugin doesn't generate sources

后端 未结 3 1915
说谎
说谎 2021-01-01 18:33

I\'m trying to get the cxf-codegen-plugin to generate sources from my wsdl file. When calling wsdl2java manual the desired classes are generated but when using

3条回答
  •  孤街浪徒
    2021-01-01 19:00

    That looks very much like the way I (successfully) configure that plugin in one of my projects; I would expect that to work. (I believe you can omit the ; the default setting for that is the one you've stated.)

    The only thing I can think of would be if you had put that plugin configuration in either a non-active Maven profile or (more likely) in the section instead of the straight section; the pluginManagement section overrides aspects of the configuration of plugins, but doesn't actually enable them for use. (It does however affect explicit usage; I know you don't want to do that.)

提交回复
热议问题