-
Notifications
You must be signed in to change notification settings - Fork 453
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
javadoc error on mvn install #197
Comments
Apparently JDK 8 is not yet supported. Changed to JDK 7 and it works. As we're using enforcer-plugin for maven version, we should add a similar rule for JDK 8. |
It might be the general issue of javadoc tool in JDK 8 being more strict, see http://mail-archives.apache.org/mod_mbox/hadoop-common-issues/201311.mbox/%3CJIRA.12681661.1385586762252.48109.1385753855233@arcas%3E and http://stackoverflow.com/questions/15886209/maven-is-not-working-in-java-8-when-javadoc-tags-are-incomplete. However, once I got the build to work once by using JDK 7, I seem to be unable to reproduce the problem anymore so I cannot verify if the SO solution will work. Also, it would need to be introduced in a way it doesn't impact building on older JDKs. |
not sure if this is the best solution but adding
to maven-javadoc-plugin gets it building successfully |
Only use the Mac OS X JDK-path tweak if the path exists
Tried to install this using "mvn clean install". First I encountered the issue described in #196 and after that, I get
Skipping using -Dmaven.javadoc.skip=true doesn't help either, as then it fails with missing javadocs.
The text was updated successfully, but these errors were encountered: