Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.1
-
Windows 10
JDK 8
Maven 3.5.2
Description
The url of artifact com.sun.mail:mailapi:1.5.5 is http://javamail.java.net/mailapi, so the plugin tests if http://javamail.java.net/mailapi/apidocs/package-list is valid.
That url redirects to https://javaee.github.io/javamail/ which is JavaMail home page, so the plugin thinks the url is valid and passes it to javadoc.
javadoc warns about invalid link.
Maybe checking if the effective url is still "package-list" would be safer.
Attachments
Issue Links
- is duplicated by
-
MJAVADOC-539 Upgrading plugin from 3.0.0 to 3.0.1 and 3.1.0 breaks certain external javadoc links
- Closed
- links to