You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vb...@apache.org on 2019/09/01 20:32:01 UTC

[incubator-hudi] 01/02: Skip javadoc linting

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

vbalaji pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git

commit a6cead97021ceb15bb18d31748d07ae77b1f4c89
Author: Balaji Varadarajan <va...@uber.com>
AuthorDate: Sun Sep 1 13:10:52 2019 -0700

    Skip javadoc linting
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index a4ef40f..74286ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,6 +161,7 @@
     <skipITs>${skipTests}</skipITs>
     <skipUTs>${skipTests}</skipUTs>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <doclint>none</doclint>
   </properties>
 
   <scm>