You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2020/10/19 02:16:32 UTC

[hadoop] branch branch-2.10 updated: HADOOP-17309. Javadoc warnings and errors are ignored in the precommit jobs. (#2391)

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

aajisaka pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new 633e19c  HADOOP-17309. Javadoc warnings and errors are ignored in the precommit jobs. (#2391)
633e19c is described below

commit 633e19cb49808fddfd5d70112197853489481104
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Mon Oct 19 10:47:49 2020 +0900

    HADOOP-17309. Javadoc warnings and errors are ignored in the precommit jobs. (#2391)
    
    (cherry picked from commit 3a0922fb4207af2f06f8ef57e83ff9759871d0cb)
    
     Conflicts:
    	hadoop-project/pom.xml
---
 hadoop-project/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index f75bf49..f52c0c9 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1370,6 +1370,7 @@
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>${maven-javadoc-plugin.version}</version>
           <configuration>
+            <doclint>all</doclint>
             <additionalparam>-Xmaxwarns 10000</additionalparam>
           </configuration>
         </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org