I would think something like https://github.com/highsource/maven-jaxb2-plugin which can generate classes from a wsdl.
On Mon, Aug 10, 2015 at 6:20 PM, Joseph <[email protected]> wrote: > All, > > I've been using the cxf-codegen-plugin to generate annotated POJO's from my > WSDL files and it works extremely well. However, I only need the POJO's, > so I have to delete the @WebService and @WebServiceClient classes every > time I generate the sources. Is there a way to tell the plugin I don't > want these classes generated? It's a minor problem to be sure and I have > scoured the documentation, but I wanted to be sure there is no such option. > > Thank you, > > Joseph >
