Possible duplicate:
Differences of Maven JAXB Plugin
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 the difference between these two plugins?
user237673
source share