mojohaus / jaxb2-maven-plugin

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

<annox:annotate> not generating annotations #92

Closed dhanuap2011 closed 6 years ago

dhanuap2011 commented 7 years ago

Hi, I want to annotate a generated jaxb class with annotation @xmlseealso. Project is getting built successfully, however no annotation is actually added in the generated class. Please find attached binding file, XSD file and POM. XSD is very simple with just 1 complex type. jaxb.zip

My maven version is 3.3.9 and java version is 1.8 and below is the maven log. MvnLogs.txt

Please assist.

Regards, Dhananjay.

lennartj commented 6 years ago

I would recommend reading the site documentation for jaxb2-maven-plugin or asking at Stackoverflow. This GitHub issue tracker is not a support medium.