Skip to content

Commit

Permalink
Issue checkstyle#10815: make build fail on javadoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pbludov authored and romani committed Sep 23, 2021
1 parent 4a695fd commit e43c5b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,15 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<configuration>
<!-- Exclude generated sources. -->
<excludePackageNames>
com.puppycrawl.tools.checkstyle.grammar.java:
com.puppycrawl.tools.checkstyle.grammar.javadoc:
</excludePackageNames>
<source>${java.version}</source>
<show>package</show>
<failOnError>true</failOnError>
<failOnWarnings>true</failOnWarnings>
<linksource>true</linksource>
<tags>
<tag>
Expand Down

0 comments on commit e43c5b8

Please sign in to comment.