| Property name | Optional? | Description |
|---|
| maven.jaxb.src.dir | Yes |
Sets the directory for the XML schemas.
Default value is ${maven.src.dir}/jaxb.
|
| maven.jaxb.package | No |
Sets the package property for the JAXB source generator.
|
| maven.jaxb.extension | Yes |
Sets the extension property for the JAXB source generator.
Default value is false.
|
| maven.jaxb.build.dir | Yes |
Sets the output directory for the Java sources genereated based on the XML schemas.
Default value is ${maven.build.dir}/jaxb.
|
| maven.jaxb.schemas.includes | Yes |
Sets the XML schemas to include. Paths are relative to maven.jaxb.src.dir.
Default value is **/*.xsd.
|
| maven.jaxb.schemas.excludes | Yes |
Sets the XML schemas to exclude. Paths are relative to maven.jaxb.src.dir.
Default value is empty.
|
| maven.jaxb.bindings.includes | Yes |
Sets the XML bindings to include. Paths are relative to maven.jaxb.src.dir.
Default value is **/*.xjb.
|
| maven.jaxb.bindings.excludes | Yes |
Sets the XML bindings to exclude. Paths are relative to maven.jaxb.src.dir.
Default value is empty.
|