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

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


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

commit 37c2e34b02af85beefed8c80710785fa9b7f95b4
Author: Akira Ajisaka <aajis...@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)
---
 hadoop-project/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 06a9c96..2d7f40c 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1813,6 +1813,7 @@
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>${maven-javadoc-plugin.version}</version>
           <configuration>
+            <doclint>all</doclint>
             <additionalOptions>
                 <additionalOption>-Xmaxwarns 10000</additionalOption>
             </additionalOptions>


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

Reply via email to