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.
|
org.codehaus.mojo.jaxb2.schemageneration |
The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation
to be useful within the Maven build process.
|
org.codehaus.mojo.jaxb2.shared.environment.logging |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJavaGeneratorMojo
Abstract superclass for Mojos generating Java source or binaries from XML schema(s) by invoking the JAXB XJC
binding compiler.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXsdGeneratorMojo
Abstract superclass for Mojos that generate XSD files from annotated Java Sources.
|
class |
SchemaGenerationMojo
Mojo that creates XML schema(s) from compile-scope Java sources or binaries
by invoking the JAXB SchemaGenerator.
|
class |
TestSchemaGenerationMojo
Mojo that creates XML schema(s) from test-scope Java testSources or binaries
by invoking the JAXB SchemaGenerator.
|
Modifier and Type | Method and Description |
---|---|
static LoggingHandlerEnvironmentFacet |
LoggingHandlerEnvironmentFacet.create(org.apache.maven.plugin.logging.Log mavenLog,
Class<? extends AbstractJaxbMojo> caller,
String encoding)
Factory method creating a new LoggingHandlerEnvironmentFacet wrapping the supplied properties.
|
Copyright © 2005–2015 MojoHaus. All rights reserved.