users@jaxb.java.net

maven-jaxb-plugin doesn't recognize <args> configuration option

From: Suliteanu, Ray <ray.suliteanu_at_hp.com>
Date: Fri, 9 Feb 2007 10:21:44 -0600

If you read the directions on
https://jaxb.dev.java.net/jaxb-maven2-plugin/ under Configuration
Properties it says

Property args
Description Arguments passed to the xjc compiler.
Type String
Default [none]
Example <args>-Xsync-methods</args>

However, in actual use the plugin doesn't seem to actually recognize
anything put in <args>. For example, I have

          <args>-httpproxy my-proxy-host:my-proxy-port</args>

But the plugin doesn't end up setting the proxy host and port, so
generation fails.

Before submitting this as a defect, I wanted to make sure I'm not doing
something wrong.
Thanks,
Ray Suliteanu
HP Software
ray.suliteanu_at_hp.com