mojohaus / jaxb2-maven-plugin

JAXB2 Maven Plugin
https://www.mojohaus.org/jaxb2-maven-plugin/
Apache License 2.0
106 stars 77 forks source link

SCHEMAGEN - JAVADOC - XML TYPE #38

Closed ghost closed 8 years ago

ghost commented 8 years ago

In the version of the maven plugin 2.2 of jaxb2-maven-plugin with the goal "schemagen" and "createJavaDocAnnotations" attribute set to true, if a Java Class is annotated with @XmlType having a name different from the Java Class Name, then the XSD schema generated doesn't have the xs:documentation tag for the xs:complexType related to the Java Class.

lennartj commented 8 years ago

Duplicate of #25