It would be nice to have an option to disable stub generation.
I would generate the server stub skeleton from time to time and synchronize it with my server class in 'src/main/java' directory.
On the opposite, I would generate other classes at every build in 'target/generated-sources' directory.
Those two actions, different in purpose and target directory, are for the moment combined.
I am ready to make the change, and I have already taken a look at code (Wsdl11Generator and Jsr181Profile) but I don't know which of the plugin generate 'schema binding' classes (classes common to server and client stubs)