Skip to content

Commit 09bdd71

Browse files
edburnsCopilot
andcommitted
Set failOnError/failOnWarnings=false for javadoc generation
Javadoc warnings (missing @param, unresolved @see) should not fail the site build. The monorepo's own build uses the same setting. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 480c400 commit 09bdd71

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@
191191
<configuration>
192192
<sourcepath>${monorepo.java.dir}/src/main/java:${monorepo.java.dir}/src/generated/java</sourcepath>
193193
<subpackages>com.github.copilot</subpackages>
194+
<failOnError>false</failOnError>
195+
<failOnWarnings>false</failOnWarnings>
194196
</configuration>
195197
<reportSets>
196198
<reportSet>

0 commit comments

Comments
 (0)