This is an automated email from the ASF dual-hosted git repository. amashenkov pushed a commit to branch gg-17462 in repository https://gitbox.apache.org/repos/asf/ignite.git
commit be3f3def0a3ccc5bab33a8aebffb8a47ddb87267 Author: Dmitriy Pavlov <[email protected]> AuthorDate: Tue Apr 16 16:27:46 2019 +0300 Ignoring RST files with unapproved licenses, temp fix until correct solution is found --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index fdddaf4..3546ebe 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -965,7 +965,7 @@ <exclude>modules/platforms/python/**/*.md</exclude><!--markdown can not be commented--> <exclude>modules/platforms/python/docs/Makefile</exclude><!--sphinx files: BSD license--> <exclude>modules/platforms/python/docs/conf.py</exclude><!--sphinx files: BSD license--> - <exclude>modules/platforms/python/docs/source/**/*.rst</exclude><!--sphinx-apidoc generated files--> + <exclude>modules/platforms/python/docs/**/*.rst</exclude><!--sphinx-apidoc generated files--> <exclude>modules/platforms/python/requirements/**/*.txt</exclude><!--plain text can not be commented--> <!--web console--> <exclude>**/web-console/**/.eslintrc</exclude>
