This plugin uses JAXB2 to generate Java classes from XML Schemas (and binding files) and to create XML Schemas for existing Java classes.
I am having trouble configuring the jaxb2-maven-plugin to generate Java classes from a WSDL and multiple XSD files that …
java maven jaxb jaxb2-maven-pluginI am currently working on java 11 migration project where jaxb2-maven-plugin has been used for XJC task. As XJC executable …
java jaxb maven-plugin jaxb2-maven-pluginI'm trying to generate Java classes for types defined in XBRL. My build process is based on Maven 2, and here …
jaxb maven-jaxb2-plugin xbrl jaxb2-maven-plugin cxf-xjc-pluginI use jaxb2-maven-plugin to generate java classes. There is plugin properties: <plugin> <groupId>org.codehaus.…
java jaxb jaxb2-maven-pluginI have multiple xsd schemas that I want to unmarshall into different packages under the same folder target/generated-sources/xjc. …
java eclipse maven maven-jaxb2-plugin jaxb2-maven-pluginI'm trying to get my pom.xml to generate the hashCode() and equals methods() on my JAXB objects. <project …
maven jaxb maven-jaxb2-plugin jaxb2-basics jaxb2-maven-pluginAre you aware of any good JAXB Plugin which generated Builder pattern classes for the generated JAXB classes? Composing domain …
java xml jaxb2 jaxb2-maven-pluginI have a multi-module maven project in the following structure: root-module |__module-a | |__src | |__main | |__xsd | | |__my.xsd | |__xjb | |__my.xjb |__…
maven jaxb2 xjc jaxb2-maven-plugin xjbwhen using jaxb2-maven-plugin from codehaus i get the following problem marker in eclipse the content of this marker contains …
maven jaxb xsd xjc jaxb2-maven-pluginThis might be a related to JAXB Marshaller - How do I suppress xmlns namespace attributes? But my problem is …
java xml jaxb xml-namespaces jaxb2-maven-plugin