jiayuasu opened a new pull request, #2818:
URL: https://github.com/apache/sedona/pull/2818

   ## Summary
   - Set `detectOfflineLinks` to `false` in the `maven-javadoc-plugin` 
configuration to suppress `[ERROR] Error fetching link: 
.../target/apidocs/package-list` messages during multi-module builds.
   - The error occurs because the plugin tries to resolve cross-module Javadoc 
links by fetching `package-list` files from sibling modules' build output, 
which may not exist.
   
   ## Test plan
   - [ ] Run `mvn install` and verify the `Error fetching link` messages no 
longer appear


-- 
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]

Reply via email to