4

Possible Duplicate:
Difference of Maven JAXB plugins

I found two jaxb maven plugins:

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

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

What is difference in these two plugins?

Community
  • 1
  • 1

1 Answers1

2

maven-jaxb-plugin supports jaxb1.0 and this has not been updated since June 2005.

The maven-jaxb2-plugin supports JAXB 2.1.

See more on this thread

Community
  • 1
  • 1
JoseK
  • 31,141
  • 14
  • 104
  • 131