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 01:50:16 UTC

[hadoop] branch branch-3.2 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-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


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

commit f8b19c9f2103d517795861ae112e5cb5661c8c8b
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)
---
 hadoop-project/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 8886d98..76d5aae 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1581,6 +1581,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-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org