We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
[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]
-Dmaven.javadoc.skip=true
The build also fails with OpenJDK 18 due to Serialization Errors. So the Java 8+ requirement is not entirely true.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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 JavaDocThe build also fails with OpenJDK 18 due to Serialization Errors. So the Java 8+ requirement is not entirely true.
The text was updated successfully, but these errors were encountered: