See: Description
Class | Description |
---|---|
AbstractJavaGeneratorMojo |
Abstract superclass for Mojos generating Java source or binaries from XML schema(s) by invoking the JAXB XJC
binding compiler.
|
TestXjcMojo |
Mojo that creates test-scope Java source or binaries from XML schema(s)
by invoking the JAXB XJC binding compiler.
|
XjcLogAdapter |
Adapter implementation emitting XJC events to a Maven Log.
|
XjcMojo |
Mojo that creates compile-scope Java source or binaries from XML schema(s)
by invoking the JAXB XJC binding compiler.
|
Enum | Description |
---|---|
SourceContentType |
The type of source input used by XJC.
|
The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation to be useful within the Maven build process.
The javageneration package (including subpackages) contains Mojos for generating Java files from XSDs or DTDs.
Copyright © 2005–2015 MojoHaus. All rights reserved.