What's the easiest/best way to generate Java from an XSD using MOXy under Maven-3? The reference JAXB interface has a nice Maven plugin, but it doesn't appear to support MOXy.
Does anyone have anything concrete to offer? (I know I can write ant-script, or a plugin, or ...)