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
