Uses of Class
org.codehaus.mojo.jaxb2.AbstractJaxbMojo
Packages that use AbstractJaxbMojo
Package
Description
The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation
to be useful within the Maven build process.
The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation
to be useful within the Maven build process.
-
Uses of AbstractJaxbMojo in org.codehaus.mojo.jaxb2.javageneration
Subclasses of AbstractJaxbMojo in org.codehaus.mojo.jaxb2.javagenerationModifier and TypeClassDescriptionclassAbstract superclass for Mojos generating Java source or binaries from XML schema(s) by invoking the JAXB XJC binding compiler.classMojo that creates test-scope Java source or binaries from XML schema(s) by invoking the JAXB XJC binding compiler.classMojo that creates compile-scope Java source or binaries from XML schema(s) by invoking the JAXB XJC binding compiler. -
Uses of AbstractJaxbMojo in org.codehaus.mojo.jaxb2.schemageneration
Subclasses of AbstractJaxbMojo in org.codehaus.mojo.jaxb2.schemagenerationModifier and TypeClassDescriptionclassAbstract superclass for Mojos that generate XSD files from annotated Java Sources.classMojo that creates XML schema(s) from compile-scope Java sources or binaries by invoking the JAXB SchemaGenerator.classMojo that creates XML schema(s) from test-scope Java testSources or binaries by invoking the JAXB SchemaGenerator.