xjc-maven-plugin

Goals available:

Goal Description
xjc:xjc xjc compiler plugin. This plugin uses JaxMe 2 to generate JAXB source files from an XML schema. The source files are generated in a directory under the project build directory derived from the configured properties. A word of caution: Your schema may be rejected if your text editor places spurious whitespace characters at the start of the file - if you think your schema is otherwise well formed then open it up in a hex editor and correct as necessary.
xjc:xjc2 xjc compiler plugin. This plugin uses JaxMe 2 to generate JAXB source files from an XML schema. The source files are generated in a directory under the project build directory derived from the configured properties. Note: this goal is now in bug fix mode and won't be extended. Please use the ant based xjc task instead.