Top "Schemagen" questions

Generating XSD schemas from JAXB types in Maven?

I'm trying to basically generate XSD schemas from my model classes annotated in JAXB using a Maven plugin. Here's the …

maven jaxb schemagen
Is it possible to get maven-jaxb-schemagen-plugin working with Java 7?

When I try to use maven-jaxb-schemagen-plugin with java 7 <groupId>com.sun.tools.jxc.maven2</groupId> <…

java jaxb java-7 schemagen