Archive for March, 2011
Maven JAXB plugin for code generation from XSD
We can use Maven JAXB 2.1 Plugin to easily generate JAXB2 code from XSDs at build. Here are the maven dependencies for JAXB at pom.xml: and here is the JAXB xjc plugin settings at pom.xml, of course you can change the output directory configuration, I wanted to generate the code at build to target/generated-sources folder: [...]

