Closed cmungall closed 8 years ago
PR #3 deals with the problem, but not 100% satisfactory. Temporary solution that might work: Add -Dmaven.javadoc.skip=true
to the mvn command (works only if you don't need Javadoc). But yes, the proper solution is to fix Javadocs. Contributions are welcome :)
I fixed all errors, there are still warnings but the build passes according to Travis. Thanks for the report.
java8 is stricter when it comes to javadocs. Trying to build @drseb's branch with mvn:
This seems to be one possible workaround: http://www.locked.de/2015/04/05/how-to-ignore-maven-javadoc-errors-in-java-8/
But doesn't seem to work for me