Skip to content

Commit 7d2cee0

Browse files
dfa1claude
andcommitted
build: silence reactor javadoc cross-link errors
Set detectOfflineLinks=false on maven-javadoc-plugin. The native and bom modules have no Java sources, so reactor link detection created fake apidocs directories and logged 'Error fetching link'. Disabling cross-linking removes the noise; the zstd module's javadoc is self-contained. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent ff5818d commit 7d2cee0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@
131131
<failOnError>true</failOnError>
132132
<failOnWarnings>true</failOnWarnings>
133133
<quiet>true</quiet>
134+
<!-- Don't cross-link to sibling reactor modules: the native/bom
135+
modules have no Java sources, so link detection just creates
136+
fake apidocs dirs and logs "Error fetching link". -->
137+
<detectOfflineLinks>false</detectOfflineLinks>
134138
</configuration>
135139
</plugin>
136140
<plugin>

0 commit comments

Comments
 (0)