Difference of maven jaxb plugins

Posted by cuh on Stack Overflow See other posts from Stack Overflow or by cuh
Published on 2010-03-12T13:07:40Z Indexed on 2010/03/12 13:27 UTC
Read the original article Hit count: 451

Filed under:
|
|
|
|

I have determined that two jaxb plugin for maven2 exist, with some different configurations. The one is from Sun: http://jaxb.dev.java.net/jaxb-maven2-plugin/ the other from Mojo: http://mojo.codehaus.org/jaxb2-maven-plugin/

Has anybody experience with these two plugins, and give a recommendation?

Thanks Matt. On my little research project, i found that there's quit another plugin comming from the sunners:

<groupId>com.sun.tools.xjc.maven2</groupId>  
<artifactId>maven-jaxb-plugin</artifactId>  

and that one:

<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>

and still the one from Codehouse.

© Stack Overflow or respective owner

Related posts about maven

Related posts about maven-2