-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
NoSuchMethodException thrown with maven-jaxb2-plugin >= 0.12.2 and schema contains annotation #50
Comments
I've discovered that the error is triggered by the presence of an Simplified example project: https://github.com/lhanson/jaxb-xew-plugin-50 |
It is actually resulted the fact that
After that the project builds just fine. |
Thanks! |
With a relatively simple schema compilation project, using
jaxb-xew-plugin:1.7
with any version ofmaven-jaxb2-plugin
greater than 0.12.1 results in the following stacktrace:The text was updated successfully, but these errors were encountered: