[
https://issues.apache.org/jira/browse/CXF-268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510718
]
Gary Tully commented on CXF-268:
--------------------------------
looking at the Wsdl2JavaMojo, it accepts an extraargs option so with the -xjc
flag to wsdl2java the existing plugin would work as follows:
<wsdlOptions>
<wsdlOption>
<wsdl>${basedir}/src/main/resources/wsdl/hello_world.wsdl</wsdl>
<extraargs>
<extraarg>-xjc</extraarg>
<extraarg>
-Xcommons-lang
</extraarg>
</extraargs>
> support <extension> and <extensionArgs> for the cxf-codegen-plugin so that
> XJC plugins can be used with the wsdl2java tool
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: CXF-268
> URL: https://issues.apache.org/jira/browse/CXF-268
> Project: CXF
> Issue Type: Improvement
> Components: Tooling
> Affects Versions: 2.0-RC
> Reporter: james strachan
> Assignee: Daniel Kulp
> Fix For: 2.1
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.