[ 
https://issues.apache.org/jira/browse/CXF-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611356#action_12611356
 ] 

Dave Leatherdale commented on CXF-1692:
---------------------------------------

I have excluded some options either things which don't make sense in the maven 
plugin (help compile settings etc) or those which are used as one shot options 
(-client etc) which also make little sense in the context of a maven repeatable 
build.

> 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.

Reply via email to