You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by mc...@apache.org on 2018/11/20 18:14:12 UTC

[incubator-pinot] 01/01: Ignore generated documentation files while checking for license headers

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 <ss...@linkedin.com>
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: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org