The code I\'m working on is using jaxb2-maven-plugin
from org.codehaus.mojo
to generate Java classes from XSD schema. I\'m looking for a way to aut
For me the simplest way to do is using maven-jaxb2-plugin
(as mentioned in the accepted answer):
org.jvnet.jaxb2_commons
jaxb2-basics
0.11.1
org.jvnet.jaxb2.maven2
maven-jaxb2-plugin
0.14.0
generate
src/main/resources
target/generated-sources
my.package
true
-XtoString
-Xequals
-XhashCode
org.jvnet.jaxb2_commons
jaxb2-basics
0.11.1