thebitmuncher created CXF-8312:
----------------------------------
Summary: cxf-codegen-plugin runs on unspecified wsdls in resources/
Key: CXF-8312
URL: https://issues.apache.org/jira/browse/CXF-8312
Project: CXF
Issue Type: Bug
Components: Build system, Tooling
Affects Versions: 3.3.7
Environment: Open jdk 11
Reporter: thebitmuncher
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:
{code:java}
<wsdlOptions>
<wsdlOption>
<wsdl>${basedir}/src/main/resources/myService.wsdl</wsdl>
</wsdlOption>
</wsdlOptions>
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)