Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Not A Problem
-
3.3.7
-
None
-
Open jdk 11
-
Unknown
Description
When running cxf-codegen-plugin wsdl2java, it generates java source stubs for all wsdls under src/main/resources/wsdl, even if you have not specified those wsdl's in the plugin configuration.
This happens when using the syntax:
<wsdlOptions> <wsdlOption> <wsdl>${basedir}/src/main/resources/myService.wsdl</wsdl> </wsdlOption> </wsdlOptions>