With cxf-xjc-plugin and cxf-codegen-plugin we can use many other plugins.
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Mon, 18 May 2015 20:43:22 +0000 (22:43 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Mon, 18 May 2015 20:51:07 +0000 (22:51 +0200)
commit977b6f0e9a70652c8c5ae5b487e380e56ca213a6
tree616aa29d3cc21b9c69aa061dad441727af6393a9
parent2d96c8eb17c633c5a67a11095ff29086003d759e
With cxf-xjc-plugin and cxf-codegen-plugin we can use many other plugins.

I was using jaxb2-basics for inheritance but now I also use jaxb2-basics-annotate
which allow me to annotate classes, methods properties, etc, etc. These plugins
generate code from xsd files. We can also use custom bindings if we do not want
(or we may not) modify the xsd files but we want to generate code with those
extensions (inheritance and annotation)
pom.xml
src/main/resources/xsd/custombinding.xjb
src/main/resources/xsd/examples.xsd