What is the easiest / best way to generate Java from XSD using MOXy under Maven-3? The JAXB reference interface has a nice Maven plugin, but it does not support MOXy.
Does anyone have a specific suggestion? (I know that I can write ant - script, or a plugin, or ...)
source share