-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 9+ Dependencies On Java EE Modules #40
Comments
I'm not a java expert, so it could be just a workaround (waiting for someone to do a clean PR), but finally I managed to build with two changes in the pom.xml (tested on macOS 10.15.1, maven 3.6.2 and java 9).
Then I encountered a problem with the javadoc plugin:
|
Using openjdk 11 (installed via brew) I encountered the same problems solved with the same changes. |
With java 9 executing
mvn package
produces this error:The issue is explained here.
The text was updated successfully, but these errors were encountered: