users@jaxb.java.net

Maven 2 xjc plugin - configuration settings

From: Jonathan Johnson <jonjohnson_at_mail.com>
Date: Fri, 3 Mar 2006 00:31:08 -0500

In creating the configuration for this plugin I also considered the Castor
and Jaxme m2 plugin settings for consistency in names, defaults and
behavior.
http://mojo.codehaus.org/castor-maven-plugin/generate-mojo.html
http://ws.apache.org/jaxme/mp/properties.html

I adopted the includes/excludes concept from ant fileset and the compiler
mojo. (although the directory recursion **/* needs to be implemented)
http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html

Castor is also wrestling with multiple bindings to multiple schemas in their
maven 2 plugin.
http://jira.codehaus.org/browse/MOJO-287