[
https://issues.apache.org/jira/browse/CXF-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Leatherdale updated CXF-1692:
----------------------------------
Attachment: 1692.diff
Patch to enable additional named options
> cfx-codegen-plugin: Should be possible to configure using named parameters.
> ---------------------------------------------------------------------------
>
> Key: CXF-1692
> URL: https://issues.apache.org/jira/browse/CXF-1692
> Project: CXF
> Issue Type: Improvement
> Components: Tooling
> Affects Versions: 2.1.1
> Reporter: Dave Leatherdale
> Attachments: 1692.diff
>
>
> It should not be necessary to use extraargs to configure parameters named
> parameter should be used instead. Extraargs should remain for unusual
> circumstances and backwards compatibility.
> The options are configured as follows:
> <defaultOptions>
> <packagenames>
>
> <packagename>packagename</packagename>
> </packagenames>
>
> <defaultExcludesNamespace>true</defaultExcludesNamespace>
>
> <defaultNamespacePackageMapping>true</defaultNamespacePackageMapping>
> <wsdlLocation></wsdlLocation>
> <frontEnd>jaxws</frontEnd>
> <dataBinding>jaxb</dataBinding>
> <wsdlVersion>1.1</wsdlVersion>
> <catalog>catalog</catalog>
>
> <extendedSoapHeaders>true</extendedSoapHeaders>
>
> <validateWsdl>true</validateWsdl>
>
> <serviceName>serviceName</serviceName>
>
> <autoNameResolution>true</autoNameResolution>
>
> <noAddressBinding>true</noAddressBinding>
> </defaultOptions>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.