Package org.codehaus.mojo.jaxb2.shared
The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation to be useful within the Maven build process.
The shared package (including subpackages) contains utility classes used by both the java- and xsd-generation Mojos.
- Author:
- Lennart Jörelid
- See Also:
- The JAXB Reference Implementation
-
Class Summary Class Description FileSystemUtilities The Jaxb2 Maven Plugin needs to fiddle with the filesystem a great deal, to create and optionally prune directories or detect/create various files.JavaVersion Helper to extract the runtime Java version from the System.properties.Validate Simple argument validator, inspired by the commons-lang.