Skip to content

Commit 26f9302

Browse files
edburnsCopilot
andcommitted
Add doclint=none to suppress javadoc lint errors during site build
failOnError alone doesn't prevent the site plugin from failing when javadoc exits with code 1 due to lint errors. doclint=none suppresses reference-not-found and missing-param warnings at the javadoc tool level. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 09bdd71 commit 26f9302

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
<subpackages>com.github.copilot</subpackages>
194194
<failOnError>false</failOnError>
195195
<failOnWarnings>false</failOnWarnings>
196+
<doclint>none</doclint>
196197
</configuration>
197198
<reportSets>
198199
<reportSet>

0 commit comments

Comments
 (0)