fosstars-rating-core icon indicating copy to clipboard operation
fosstars-rating-core copied to clipboard

mvn build fails at JavaDoc step

Open mkoegel opened this issue 2 years ago • 1 comments

If I run the build as per the documentation I get the following error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.3.2:jar (attach-javadocs) on project fosstars-rating-core: MavenReportException: Error while generating Javadoc: Project contains Javadoc Warnings -> [Help 1] Workaround: Add option -Dmaven.javadoc.skip=true to omit the JavaDoc

The build also fails with OpenJDK 18 due to Serialization Errors. So the Java 8+ requirement is not entirely true.

mkoegel avatar Apr 16 '22 16:04 mkoegel

I just hit this same error trying to built with openjdk 11.0.12 2021-07-20. Using the workaround above does allow the build to complete.

billfroelich avatar Jun 06 '22 00:06 billfroelich