You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/06/26 21:28:19 UTC

[commons-numbers] branch complex-gsoc-2022 updated: Merge duplicate javadoc plugin declaration

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

aherbert pushed a commit to branch complex-gsoc-2022
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git


The following commit(s) were added to refs/heads/complex-gsoc-2022 by this push:
     new e7fa8ed8 Merge duplicate javadoc plugin 	declaration
e7fa8ed8 is described below

commit e7fa8ed84aad1e1aa702c7279ad92273cd1aad42
Author: Alex Herbert <ah...@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>