I\'m trying to convert multiple XSDs to POJOs in different packages using JAXB using the jaxb-maven plugin. I\'ve set it up to use multiple execution blocks, the first execu
Fixed it by upgrading to version 1.6
org.codehaus.mojo jaxb2-maven-plugin 1.6
and
org.codehaus.mojo jaxb2-maven-plugin 1.6 ....
Fixed in version 1.6, in version 1.5 all execution blocks were using the same staleFile: http://jira.codehaus.org/browse/MJAXB-8