Skip to content

Commit

Permalink
Diable JavaDoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
smeyer198 committed Dec 3, 2024
1 parent 566040e commit 7bb1d7b
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 @@ -392,6 +392,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.1</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
<executions>
<execution>
<id>attach-javadoc</id>
Expand Down

0 comments on commit 7bb1d7b

Please sign in to comment.