Skip to content
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

mvn build fails at JavaDoc step #808

Open
mkoegel opened this issue Apr 16, 2022 · 1 comment
Open

mvn build fails at JavaDoc step #808

mkoegel opened this issue Apr 16, 2022 · 1 comment

Comments

@mkoegel
Copy link

mkoegel commented Apr 16, 2022

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.

@billfroelich
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants