Should maven generate jaxb java code or just use java code from source control?
- by Peter Turner
We're trying to plan how to mash together a build server for our shiny new java backend. We use a lot of jaxb XSD code generation and I was getting into a heated argument with whoever cared that the build server should
delete jaxb created structures that were checked in
generate the code from XSD's
use code generated from those XSD's
Everyone…