This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new dced99b4b2 [GH-2815] Disable offline link detection in
maven-javadoc-plugin (#2818)
dced99b4b2 is described below
commit dced99b4b2024d4bd382140faccf23cfbb4f7776
Author: Jia Yu <[email protected]>
AuthorDate: Tue Mar 31 10:55:11 2026 -0700
[GH-2815] Disable offline link detection in maven-javadoc-plugin (#2818)
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index c98aefbedb..52faac62f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -649,6 +649,7 @@
</executions>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
+ <detectOfflineLinks>false</detectOfflineLinks>
<excludePackageNames>org.apache.spark.sql.execution.datasources.geoparquet.internal</excludePackageNames>
</configuration>
</plugin>