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:48:09 UTC

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


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

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

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index a425c20..4bedd1d 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1888,6 +1888,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