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-numbers.git

commit a0f7a0d450e72e4c115de4b0911cbe8db5b1cb04
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Sun Jun 26 22:27:56 2022 +0100

    Merge duplicate javadoc plugin declaration
---
 commons-numbers-examples/examples-jmh/pom.xml | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/commons-numbers-examples/examples-jmh/pom.xml 
b/commons-numbers-examples/examples-jmh/pom.xml
index 6d0cc205..ff219a39 100644
--- a/commons-numbers-examples/examples-jmh/pom.xml
+++ b/commons-numbers-examples/examples-jmh/pom.xml
@@ -123,6 +123,7 @@
           <sourceFileExcludes>
             <sourceFileExclude>**/jmh_generated/*.java</sourceFileExclude>
           </sourceFileExcludes>
+          <failOnWarnings>false</failOnWarnings>
         </configuration>
       </plugin>
       <plugin>
@@ -132,12 +133,6 @@
           <excludes>**/jmh_generated/*.java</excludes>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <failOnWarnings>false</failOnWarnings>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 
@@ -153,6 +148,7 @@
           <sourceFileExcludes>
             <sourceFileExclude>**/jmh_generated/*.java</sourceFileExclude>
           </sourceFileExcludes>
+          <failOnWarnings>false</failOnWarnings>
         </configuration>
       </plugin>
       <plugin>
@@ -162,12 +158,6 @@
           <excludes>**/jmh_generated/*.java</excludes>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <failOnWarnings>false</failOnWarnings>
-        </configuration>
-      </plugin>
     </plugins>
   </reporting>
 

Reply via email to