mojohaus / jaxb2-maven-plugin

JAXB2 Maven Plugin
https://www.mojohaus.org/jaxb2-maven-plugin/
Apache License 2.0
103 stars 76 forks source link

How to pass arguments to XJC plugins #275

Closed alerosmile closed 6 months ago

alerosmile commented 8 months ago

Hello all,

I am using a XJC plugin https://github.com/Siggen/jaxb2-namespace-prefix.

This plugin is activated by adding -Xnamespace-prefix to the <arguments> list. This list is deprecated. How should I pass such arguments to the jaxb2-maven-plugin?

Thank you

raphw commented 6 months ago

I wonder, too. Would this be a good extension to offer a way to avoid the deprecated parameter: PR 286