rowleya opened a new issue, #1299: URL: https://github.com/apache/maven-javadoc-plugin/issues/1299
### Affected version 3.12.0 ### Bug description I have added an option for offline links, but it still tries to get the URL and then fails if it can't. In this case the URL www.slf4j.org was flaky and so sometimes gave "connection refused" when I had a Logger in a field. Even though I had the local package-list (really element-list), and had an offlineLink specified, it still failed. On adding "debug=true" to the command line and running the javadoc.sh command manually, the problem is that the Javadoc command then produces a single "error", but still generates the Javadoc with the correct URL. Thus the plugin would need to somehow ignore those errors; I am not sure how! I have tested this with javadoc from openJDK 17, 21 and 25. -- 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]
