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


The following commit(s) were added to refs/heads/master by this push:
     new dd8d486d4 TODO: Fail Javadoc on warning
dd8d486d4 is described below

commit dd8d486d43874378e36a01b89f230b225096020c
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Oct 21 10:43:28 2024 -0400

    TODO: Fail Javadoc on warning
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9281f6a28..777c60618 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,7 +224,8 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
             <source>8</source>
-            <failOnWarnings>true</failOnWarnings>
+            <!-- TODO -->
+            <failOnWarnings>false</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