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

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


The following commit(s) were added to refs/heads/master by this push:
     new e43197d  Do not fail on javadoc warnings for the JMH module
e43197d is described below

commit e43197d8b0f22bba15843041f2951f94aee6178a
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Tue Jul 9 14:35:58 2024 +0100

    Do not fail on javadoc warnings for the JMH module
---
 commons-statistics-examples/examples-jmh/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/commons-statistics-examples/examples-jmh/pom.xml 
b/commons-statistics-examples/examples-jmh/pom.xml
index 4e79c1a..902eaf5 100644
--- a/commons-statistics-examples/examples-jmh/pom.xml
+++ b/commons-statistics-examples/examples-jmh/pom.xml
@@ -137,6 +137,7 @@
           <sourceFileExcludes>
             <sourceFileExclude>**/jmh_generated/*.java</sourceFileExclude>
           </sourceFileExcludes>
+          <failOnWarnings>false</failOnWarnings>
         </configuration>
       </plugin>
       <plugin>
@@ -159,6 +160,7 @@
           <sourceFileExcludes>
             <sourceFileExclude>**/jmh_generated/*.java</sourceFileExclude>
           </sourceFileExcludes>
+          <failOnWarnings>false</failOnWarnings>
         </configuration>
       </plugin>
       <plugin>

Reply via email to