Skip to content

Commit

Permalink
build :: set the mvn javadoc plugin to fail on warning/error (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mlb committed Apr 21, 2023
1 parent 3782fb1 commit 29a5642
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,8 @@
<configuration>
<quiet>true</quiet>
<doclint>all,-missing</doclint>
<failOnWarnings>true</failOnWarnings>
<failOnError>true</failOnError>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 29a5642

Please sign in to comment.