-
Notifications
You must be signed in to change notification settings - Fork 53
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
Java 9 support #91
Comments
I have the same issue in Java 10. [ERROR] Failed to execute goal org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.13.1:generate (default) on project msran-jcat-extension-helpers: Execution default of goal org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.13.1:generate failed: A required class was missing while executing org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.13.1:generate: com/sun/xml/bind/api/ErrorListener |
@highsource I can confirm that it works. Thanks! |
Great, thanks for the confirmation. |
With the release of a Java 9 compatible version of maven-jaxb2-plugin rapidly approaching (knock on wood), it would be nice if jaxb2-basics were to follow suit.
At the moment, when i run the java-9 branch of maven-jaxb2-plugin with this config:
I get
[ERROR] Failed to execute goal org.jvnet.jaxb2.maven2:maven-jaxb23-plugin:0.13.3-SNAPSHOT:generate (default) on project java9-test-jaxb: Execution default of goal org.jvnet.jaxb2.maven2:maven-jaxb23-plugin:0.13.3-SNAPSHOT:generate failed: A required class was missing while executing org.jvnet.jaxb2.maven2:maven-jaxb23-plugin:0.13.3-SNAPSHOT:generate: com/sun/tools/xjc/model/Aspect
The text was updated successfully, but these errors were encountered: