Skip to content

Commit

Permalink
disable doclint in new javadoc maven plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Jun 5, 2024
1 parent ae73254 commit fe989e6
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 @@ -816,6 +816,9 @@ including the right to sell licenses for using this work.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<doclint>none</doclint> <!-- Turnoff all checks -->
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit fe989e6

Please sign in to comment.