Skip to content

Commit

Permalink
MATH-1665: Fail "javadoc" on warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles Sadowski committed Aug 5, 2023
1 parent 68f3d64 commit 9e02432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<failOnWarnings>true</failOnWarnings>
<!-- Java API links configured in commons-parent create redirect warnings on JDK 17.
The links are not required as detectJavaApiLink=true (default). -->
<links combine.self="override">
Expand Down

0 comments on commit 9e02432

Please sign in to comment.