This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git

commit d121ed3833e212ec79656da139b9605958b697c3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Oct 21 10:38:49 2024 -0400

    Fail Javadoc on warning
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 3aeacfded..9281f6a28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,6 +224,7 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
             <source>8</source>
+            <failOnWarnings>true</failOnWarnings>
             <!-- Enable MathJax -->
             <additionalOptions>-Xdoclint:all --allow-script-in-comments 
-header '&lt;script type="text/javascript" 
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/${math.mathjax.version}/MathJax.js?config=TeX-AMS-MML_HTMLorMML"&gt;&lt;/script&gt;'</additionalOptions>
         </configuration>

Reply via email to