jira-importer commented on issue #859: URL: https://github.com/apache/maven-javadoc-plugin/issues/859#issuecomment-2957357977
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Here is a modified version of the `@options` file: ``` -encoding 'UTF-8' -public -sourcepath 'C:/Users/mosipov/Documents/testcase/src/main/java' -author -bottom 'Copyright © 2019. All rights reserved.' -charset 'UTF-8' -d 'C:/Users/mosipov/Documents/testcase/target/site/apidocs' -docencoding 'UTF-8' -doctitle 'javadoc-link-to-jdk 1.0-SNAPSHOT API' -link 'https://docs.oracle.com/en/java/javase/11/docs/api/' -use -version -windowtitle 'title3' ``` and then run with `"C:\Program Files\Java\jdk-11.0.1\bin\javadoc.exe" @options @packages`. It produces invalid output. The module is not taken into account. I read the upsteam issue and the commit. I cannot confirm that this has been properly implemented in `javadoc(1)`. Even with the regular `@options` with `-linkoffline` and an `element-list` file it does not work. The bug must be in the tool itself. There seems nothing wrong with this plugin. As sad as it sounds. There is also no need to provide `<links />`, master already supports version 11. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
