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
In my case as long as I had the old target directory (defined in /path/to/target) nothing was being generated. Only after deleting the target folder manually plugin actually started to generate the sources.