/jaxb2-maven-plugin

JAXB2 Maven Plugin

Primary LanguageJavaApache License 2.0Apache-2.0

jaxb2-maven-plugin

This plugin uses the Java API for XML Binding (JAXB), version 2+, to generate Java classes from XML Schemas (and optionally binding files) and to create XML Schemas from annotated Java classes.

Maven site documentation for the plugin is found at http://www.mojohaus.org/jaxb2-maven-plugin/

The plugin delegates most of its work to one of the two JDK-supplied tools:

  1. XJC with documentation for Unix and documentation for Windows
  2. Schemagen with documentation for Unix and documentation for Windows