[
https://issues.apache.org/jira/browse/CXF-8312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Colm O hEigeartaigh resolved CXF-8312.
--------------------------------------
Resolution: Not A Problem
This is "by design". To disable you can set the following configuration option:
<disableDirectoryScan>true</disableDirectoryScan>
> 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
> Assignee: Colm O hEigeartaigh
> Priority: Minor
> Labels: cxf-codegen-plugin
>
> 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)