0

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

Pascal Thivent
  • 562,542
  • 136
  • 1,062
  • 1,124
Romain Rouvoy
  • 295
  • 1
  • 3
  • 9
  • possible duplicate of [Difference of maven jaxb plugins](http://stackoverflow.com/questions/2432859/difference-of-maven-jaxb-plugins) – Pascal Thivent Sep 21 '10 at 12:25

1 Answers1

0

Try the maven-jaxb2-plugin.

lexicore
  • 42,748
  • 17
  • 132
  • 221