Skip to content

Commit

Permalink
Disable JavaDoc linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-mukhin committed Nov 2, 2018
1 parent 0c3fda6 commit 026ba80
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 @@ -145,6 +145,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 026ba80

Please sign in to comment.