maven 2 - What Maven2 plugins are available for JAXB2? -
i'd generate java source code xml schema file using jaxb2 via maven2 plugin (as in this blog post).
there seem 2 maven plugins jaxb: "maven 2 jaxb 2.x plugin" (org.jvnet.jaxb2.maven2:maven-jaxb2-plugin) hosted @ java.net, , "maven jaxb 2.1 plugin" (org.codehaus.mojo:jaxb2-maven-plugin) hosted @ codehaus.
it seems me 1 @ java.net has more features, xjc plugins. java.net page refers highsource.org documentation, unfortunately seems unavailable recently.
so what's best choice? know what's going on highsource.org? what's else using?
i found following working enough system.
<plugin> <groupid>org.jvnet.jaxb2.maven2</groupid> <artifactid>maven-jaxb2-plugin</artifactid> </plugin>
Comments
Post a Comment