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

4.x: Add "fail on warning" for javadoc and fix all issues #9356

Open
tomas-langer opened this issue Oct 10, 2024 · 0 comments
Open

4.x: Add "fail on warning" for javadoc and fix all issues #9356

tomas-langer opened this issue Oct 10, 2024 · 0 comments
Labels
4.x Version 4.x docs P3 team-fix This issue is available for team members to be fixed. Should not require deep knowledge of Helidon

Comments

@tomas-langer
Copy link
Member

Sample project: codegen

Requires the following in pom.xml:

    <properties>
        <javadoc.fail-on-warnings>true</javadoc.fail-on-warnings>
    </properties>

This will cause javadoc to fail on any warning. This is the desired state of Helidon - we should fix all warnings reported.
This can be done module by module (or it can be defined on a project module to trigger it for all child modules).

@tomas-langer tomas-langer added docs 4.x Version 4.x team-fix This issue is available for team members to be fixed. Should not require deep knowledge of Helidon labels Oct 10, 2024
@m0mus m0mus added the P3 label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x docs P3 team-fix This issue is available for team members to be fixed. Should not require deep knowledge of Helidon
Projects
Status: Normal priority
Development

No branches or pull requests

2 participants