-
Notifications
You must be signed in to change notification settings - Fork 56
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
[MPLUGIN-433] Allow to disable link validation #162
Conversation
5f1418f
to
1af093b
Compare
maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/report_old/PluginReport.java
Outdated
Show resolved
Hide resolved
Please also rebase with current codebase ... build should will be ok 😄 |
Also validate internal links to javadocs in mojo/parameter description and deprecated info
0c5d079
to
a0a8dad
Compare
Done. |
What do you think about adding IT test for such options? By the way we don't have any IT tests for javadoc links ... or I don't see. |
Not end2end but there is a lot of unit tests and https://github.com/apache/maven-plugin-tools/blob/master/maven-plugin-tools-api/src/test/java/org/apache/maven/tools/plugin/javadoc/JavadocSiteIT.java which checks that the links being created actually work against the Javadocs being published by Oracle for the JDK. |
I now also added a proper IT in 6b564c8 with some basic checks on generated links. |
6b564c8
to
4654149
Compare
4654149
to
5868f26
Compare
Also validate internal links to javadocs in mojo/parameter description and deprecated