Skip to content

Commit

Permalink
Make javadoc verification non-strict.
Browse files Browse the repository at this point in the history
  • Loading branch information
sevdokimov committed May 7, 2024
1 parent 98f6286 commit 1e7092e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions log-viewer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalOptions>
<additionalOption>-Xdoclint:none</additionalOption>
</additionalOptions>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 1e7092e

Please sign in to comment.