This Maven 2 plugin wraps the JAXB 2.x XJC compiler and provides the capability to generate java sources from schemas.
I'm using jaxb2-marshaller to generate classes to communicate with a webservice. Java-classes are generated with use of some wsdl …
java spring unmarshalling jaxb2 maven-jaxb2-pluginIm trying to generate sources from a wsdl file, but I keep running into an error on my pom.xml …
eclipse soap jaxb wsdl maven-jaxb2-pluginI want to switch my Maven2 build file to gradle. Generating the java classes from WSDL + XSDs with gradle seems …
java maven wsdl gradle maven-jaxb2-pluginI have a maven plugin (jaxb2) and I need to supply a jvm arg to it. I don't think there …
java maven maven-jaxb2-pluginUnder Helios/m2eclipse, when I generated jaxb sources they would be put on the Eclipse source path when I …
m2eclipse m2e maven-jaxb2-pluginI have dozens and dozens .xsd files that I want to auto-generate code for. A couple of the files have …
java maven jaxb maven-plugin maven-jaxb2-pluginI am trying to use the same generated class but in separate packages. So the structure should look something like …
xsd jaxb xjc maven-jaxb2-pluginI am using using the jaxb2 xjc plugin for generating java files from a XSD. Therefore I used to configure …
java maven jaxb xjc maven-jaxb2-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 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-plugin