[
https://issues.apache.org/jira/browse/CXF-8315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17161310#comment-17161310
]
Freeman Yue Fang commented on CXF-8315:
---------------------------------------
Hi [~thebitmuncher],
I can't reproduce it locally.
I attached a pom.xml which is revised from
apache-cxf-3.3.7/samples/wsdl_first/pom.xml, just added
{code}
<defaultOptions>
<extraargs>
<extraarg>-fe</extraarg>
<extraarg>cxf</extraarg>
</extraargs>
</defaultOptions>
{code}
But this works for me. Do I miss something? Could you please attach a
reproducer project which we can build and reproduce this issue?
Thanks!
Freeman
> cxf-codegen-plugin defaultOptions doesn't work with <extraargs>
> ---------------------------------------------------------------
>
> Key: CXF-8315
> URL: https://issues.apache.org/jira/browse/CXF-8315
> Project: CXF
> Issue Type: Bug
> Components: Build system
> Affects Versions: 3.3.7
> Reporter: thebitmuncher
> Assignee: Freeman Yue Fang
> Priority: Major
> Attachments: pom.xml
>
>
> When attempting to put the "-fe cxf" property into the
> defaultOptions/extraargs element, it adds the property mulitple times to the
> wsdl2java command. This causes a failure with the message:
> org.apache.cxf.tools.common.toolspec.parser.BadUsageException: Duplicated
> option: frontend
>
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)