Skip to content

Commit

Permalink
Suppress 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 d9b9cd5 commit 040283c
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 @@ -138,6 +138,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 040283c

Please sign in to comment.