I have been using this plugin for generating Java classes from DTD's and its is very helpful in terms of configuration and generation.
I am generating the Java classes for cXML standard. I have the schema, binding file and the generated Java class for your reference. I am using the 'JAXB2 Simplify Plugin'.
I have configured the execution in pom.xml as given below.
Hello,
I have been using this plugin for generating Java classes from DTD's and its is very helpful in terms of configuration and generation.
I am generating the Java classes for cXML standard. I have the schema, binding file and the generated Java class for your reference. I am using the 'JAXB2 Simplify Plugin'.
I have configured the execution in pom.xml as given below.
In the generated CXML.java file, instead of generating separate attributes, a single collection attribute has been generated.
I was not able to find the correct way to configure the binding for DTD files for using the 'JAXB2 Simplify Plugin'.
I am trying to understand if I have configured the plugin in a wrong way or if support is not yet available for the same.
Thank you, Sachin
cXML.zip