jaxb2-annotate-plugin icon indicating copy to clipboard operation
jaxb2-annotate-plugin copied to clipboard

http://annox.dev.java.net offline

Open cljsmid opened this issue 5 years ago • 1 comments
trafficstars

Can you share the file offline or make it available somewhere else please?

cljsmid avatar Jul 06 '20 14:07 cljsmid

Fixed it ourselfs. For reference using gradle and xjcGenerate: Add dependency: xjcClasspath "org.jvnet.jaxb2_commons:jaxb2-basics-annotate:1.1.0"

and xjcGenerate { extraArgs = ["-Xannotate"] extension = true bindingFiles = files('YOUR LOCATION') source = fileTree('PATH TO SCHEMA') }

cljsmid avatar Jul 07 '20 09:07 cljsmid