Skip to content

Commit

Permalink
Supress annoying missing JavaDoc warnings in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Jun 16, 2024
1 parent aa22c5e commit f3311b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<doclint>all,-missing</doclint>
<quiet>true</quiet>
</configuration>
<executions>
Expand Down

0 comments on commit f3311b6

Please sign in to comment.