This is an automated email from the ASF dual-hosted git repository.
mcvsubbu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 8fb5f28 Ignore generated documentation files while checking for
license headers (#3524)
8fb5f28 is described below
commit 8fb5f28b7aae5f9aed442336d5751efa1c428098
Author: Subbu Subramaniam <[email protected]>
AuthorDate: Tue Nov 20 13:21:00 2018 -0800
Ignore generated documentation files while checking for license headers
(#3524)
---
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]