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

Doclint issues with javadoc plugin when releasing #79

Open
rjanik114 opened this issue Jan 10, 2019 · 1 comment
Open

Doclint issues with javadoc plugin when releasing #79

rjanik114 opened this issue Jan 10, 2019 · 1 comment
Milestone

Comments

@rjanik114
Copy link
Contributor

When releasing a new version, doclint needs to be disabled, otherwise it blocks the release on the javadoc plugin. Either fix the documentation according to the errors/warnings, or disable doclint for good.

@rjanik114 rjanik114 added this to the 1.2.0 milestone Jan 10, 2019
@rjanik114
Copy link
Contributor Author

To temporarily ignore the doclint issues, don't use -Dmaven.javadoc.skip=true, that will not generate any javadocs.

Instead, add the following to the pom.xml maven-javadoc-plugin:

                        <configuration>
                            <additionalparam>-Xdoclint:none</additionalparam>
                        </configuration>

Just after <\executions>.

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

1 participant