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

mcvsubbu pushed a commit to branch doc-fix
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git

commit 5598e9c821337dfca759239d53fb5422f8a8213a
Author: Subbu Subramaniam <[email protected]>
AuthorDate: Tue Nov 20 10:13:07 2018 -0800

    Ignore generated documentation files while checking for license headers
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index a482f7b..81a6dbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1122,6 +1122,8 @@
             <exclude>**/NamedThreadFactory.java</exclude>
             <exclude>**/FileUploadUtils.java</exclude>
             <exclude>**/TarGzCompressionUtils.java</exclude>
+            <!-- Documentation files -->
+            <exclude>**/docs/_build/**</exclude>
           </excludes>
           <mapping>
             <thrift>JAVADOC_STYLE</thrift>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to