NOTE:
This project is functionally compatible but updated to work with the JAXB 4 compatible HighSource jaxb-maven-plugin.
For plugin documentation and examples please visit the original project jaxb-xew-plugin
.
The whole project is licensed under LGPLv3 (or any later version).
All jaxb-maven-plugin
versions ≥ 4.0.0 work with this jaxb-xew-plugin
. For older versions please visit the original project jaxb-xew-plugin
<plugin>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-maven-plugin</artifactId>
<version>4.0.0</version>
<configuration>
<extension>true</extension>
<plugins>
<plugin>
<groupId>io.fares.bind.xjc.plugins</groupId>
<artifactId>jaxb-xew-plugin</artifactId>
<version>2.1.1</version>
</plugin>
</plugins>
<args>
<arg>-Xxew</arg>
</args>
</configuration>
</plugin>