can't pass mulitple -xjc wsdlOption in cxf-codegen-plugin
---------------------------------------------------------
Key: CXF-2445
URL: https://issues.apache.org/jira/browse/CXF-2445
Project: CXF
Issue Type: Bug
Components: Tooling
Affects Versions: 2.2.3
Reporter: warren crossing
Priority: Minor
you have to specify multiple options to avoid getting a duplicate option error
message
<wsdlOptions>
<wsdlOption>
<wsdl>${basedir}/src/main/resources/ShipmentService.wsdl</wsdl>
<bindingFiles>
<bindingFile>${basedir}/src/main/resources/bindings-global.xml</bindingFile>
</bindingFiles>
<extraargs>
<arg>-xjc-Xxew</arg>
</extraargs>
</wsdlOption>
<wsdlOption>
<extraargs>
<arg>-xjc-mark-generated</arg>
</extraargs>
</wsdlOption>
</wsdlOptions>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.