views:

28

answers:

1

When developing with Java6, is there any Maven plugin for compiling an XML schema into the associated Java classes from Maven?

A: 

Try the maven-jaxb2-plugin.

lexicore