javaee / jaxb2-commons

JAXB Implementation project has been contributed to Eclipse Foundation. This repository is for legacy review only. Please refer to the Eclipse EE4J Metro project for the very latest
https://eclipse-ee4j.github.io/jaxb-ri/
Other
17 stars 15 forks source link

Use value constructor plugin with jaxb2-maven-plugin #42

Open lamikam100 opened 3 years ago

lamikam100 commented 3 years ago

I am trying to create value constructors using xjc inside jaxb2-maven-plugin. Cant get it to create the constructors. Here is what I tried:

org.codehaus.mojo jaxb2-maven-plugin 2.2 generate-schema-data generate-sources xjc true -Xannotate -Xvalue-constructor stuff ${project.basedir}/src/main/java true true true org.jvnet.jaxb2_commons jaxb2-value-constructor 3.0 org.jvnet.jaxb2_commons jaxb2-basics 0.6.2