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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to