I'm trying to map namespace to package with cxf-codegen-plugin 2.1.9 using
defaultOptions:
<configuration>
<sourceRoot>${project.build.directory}/generated-sources/cxf</sourceRoot>
<defaultOptions>
<extraargs>
<extraarg>-p</extraarg>
<extraarg>
urn:my.namespace:v1=my.namespace.v1
</extraarg>
</extraargs>
</defaultOptions>
<wsdlOptions>
...
but it has no effect.
Works in 2.2.6 (but I would like to stay on 2.1.x).
Should I file a JIRA?
Can I move up to 2.2.6 only for code-gen and then use 2.1.x for runtime (I'm
using plain JAX-WS contract-first) ?
/håkan