cxf-codegen-plugin doesn't generate sources

后端 未结 3 1932
说谎
说谎 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:09

    In my case at least, I thought it wasn't generating source code as well, but it actually was. The issue was that the folder target/generated/cxf was designated by Eclipse as a source folder, which I didn't do manually. So the source was toward the top of my project, in package structure, not in the folder structure below, which is where I was looking and expecting it to be.

提交回复
热议问题