Skip to content
highsource edited this page Oct 12, 2014 · 1 revision

Miscellaneous

  • debug - If true, a XJC will be run with the -debug option. This probably does not what you would expect (i.e. output debug information). It merely generates a JAXBDebug class which is capable of producing a context for the generated schemas.
  • verbose - If true, the plugin and the XJC compiler are both set to verbose mode (XJC's -verbose option). It is automatically set to true when Maven is run in debug mode (mvn's -X option).
Clone this wiki locally