Uses of Class
org.codehaus.mojo.jaxb2.javageneration.AbstractJavaGeneratorMojo
-
Packages that use AbstractJavaGeneratorMojo Package Description org.codehaus.mojo.jaxb2.javageneration The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation to be useful within the Maven build process. -
-
Uses of AbstractJavaGeneratorMojo in org.codehaus.mojo.jaxb2.javageneration
Subclasses of AbstractJavaGeneratorMojo in org.codehaus.mojo.jaxb2.javageneration Modifier and Type Class Description class
TestXjcMojo
Mojo that creates test-scope Java source or binaries from XML schema(s) by invoking the JAXB XJC binding compiler.class
XjcMojo
Mojo that creates compile-scope Java source or binaries from XML schema(s) by invoking the JAXB XJC binding compiler.
-