Top "Maven-jaxb2-plugin" questions

This Maven 2 plugin wraps the JAXB 2.x XJC compiler and provides the capability to generate java sources from schemas.

Maven JAXB plugin executing only one excecution

I am trying to generated sources from two XSD schemas. My JAXB maven plugin looks like this: <plugin> &…

java maven jaxb maven-3 maven-jaxb2-plugin
maven-jaxb2-plugin isn't generating any output

I'm new to Maven, and am trying to use it to generate the Java classes from my XSD. My xsd …

maven maven-jaxb2-plugin jaxb2-basics
JAXB equals and Hashcode: gives error

I'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-plugin
JAXB - The schemaBindings customization is not associated with any schema element

I'm trying to generated Java classes from a set of XSD files using the Maven XJC plugin with a custom …

jaxb xjc maven-jaxb2-plugin
jaxb2 goal is not invoked

I am using maven-jaxb2-plugin to generate some classes from xsd. It is defined in child pom as follows: <…

jaxb maven-3 lifecycle maven-jaxb2-plugin
JAXB Bindings to schemas in a JAR

I'm using the maven jaxb2 plugin to generate Java classes, built from schemas in a jar. However, I'm not sure …

java maven jaxb xjc maven-jaxb2-plugin
Generating classes from multiple wsdl files using maven-jaxb2-plugin

I can generate classes from one wsdl file like this: <plugin> <groupId>org.jvnet.jaxb2.maven2&…

maven wsdl jaxb2 maven-jaxb2-plugin
XPath evaluation results in empty target node

I'm attempting to consume a WSDL and generate binding classes using maven-jaxb2-plugin. The WSDL is this, <wsdl:definitions&…

xpath maven-jaxb2-plugin
how to get maven-jaxws-plugin to generate @XmlElementWrapper on classes generated from xsd?

I am using maven-jaxws-plugin to generate java classes from my wsdl, schema. It is not generating the @XmlElementWrapper annotation in …

wsimport maven-jaxb2-plugin jax-ws-customization jaxb-xew-plugin
How to specify the JAXB version in maven-jaxb2-plugin?

I need to use the latest version jaxb: 2.2.4-1, but maven or maven-jaxb2-plugin seems to pick up the one …

maven-2 maven jaxb2 maven-jaxb2-plugin