Skip to content

Commit

Permalink
Removed maven-javadoc-plugin spurtious warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Jul 19, 2023
1 parent f21488e commit b368427
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 @@ -333,6 +333,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<doclint>-missing</doclint>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit b368427

Please sign in to comment.