Maven codegen-plugin skips generation of multiple wsdl options of equally named
wsdl files
------------------------------------------------------------------------------------------
Key: CXF-1646
URL: https://issues.apache.org/jira/browse/CXF-1646
Project: CXF
Issue Type: Bug
Components: Tooling
Affects Versions: 2.0.6, 2.1, 2.1.1, 2.0.7
Reporter: Andreas Benneke
We have several versions of our wsdl files separated only by directory (and
package). In the pom we have
<wsdlOptions>
<wsdlOption>
<wsdl>${basedir}/src/main/resources/wsdl/v10/service.wsdl</wsdl>
<packagenames>
<packagename>some.package.webservice.v10</packagename>
</packagenames>
</wsdlOption>
<wsdlOption>
<wsdl>${basedir}/src/main/resources/wsdl/latest/service.wsdl</wsdl>
<packagenames>
<packagename>some.package.webservice.latest</packagename>
</packagenames>
</wsdlOption>
</wsdlOptions>
But the wsdl2java plugin only generates the first one.
To me it looks like the DONE-files should take some path information (or at
least the index of the option) into account?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.