Hi, Is there any way to have the cxf-codegen-plugin (target "java2wsdl", executed through maven) only generate the wsdl if the class it depends upon (through "className" parameter) has changed?
I have a build, where I generate nine (9) wsdl files from my server impls, and it takes some time, each time I execute maven. Just a bit irritating, as it makes the build process slower. I guess I can always escape into ant, with maven-antrun-plugin, and use its "if" and "unless" feature, but I would like to avoid that, if the maven plugin can help me here. ? /Per
