Skip to content

Commit

Permalink
Removed missing comments warning
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Jun 22, 2023
1 parent eb5e839 commit e0edebe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@
<artifactId>maven-javadoc-plugin</artifactId>
<!-- check newest version here: https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin -->
<version>3.5.0</version>
<configuration>
<doclint>-missing</doclint>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit e0edebe

Please sign in to comment.