This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch branch-1.11 in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push: new 08200a5ad AVRO-3861: [Build] Add RAT exclusions for python docs (#2572) 08200a5ad is described below commit 08200a5ad260d5db0edf2991462c481eac0c309b Author: Kousuke Saruta <saru...@apache.org> AuthorDate: Wed Nov 1 18:37:26 2023 +0900 AVRO-3861: [Build] Add RAT exclusions for python docs (#2572) (cherry picked from commit 8fda42aa289c590a703fe9529f5d7303e3327d66) --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index f97b8647e..af045f780 100644 --- a/pom.xml +++ b/pom.xml @@ -470,6 +470,7 @@ <exclude>lang/py/build/**</exclude> <exclude>lang/py/dist/**</exclude> <exclude>lang/py/userlogs/**</exclude> + <exclude>lang/py/docs/build/**</exclude> <exclude>lang/ruby/Manifest</exclude> <!-- text documentation files --> <exclude>CHANGES.txt</exclude>