IGNITE-529 Rat fail fix
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4c9ea586 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4c9ea586 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/4c9ea586 Branch: refs/heads/ignite-1913 Commit: 4c9ea5864e731a876673d6d3cda3639ef4d421fa Parents: 3ff71fd Author: Anton Vinogradov <a...@apache.org> Authored: Wed Nov 18 11:16:47 2015 +0300 Committer: Anton Vinogradov <a...@apache.org> Committed: Wed Nov 18 11:16:47 2015 +0300 ---------------------------------------------------------------------- parent/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/4c9ea586/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 765ecf1..cb7c533 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -680,6 +680,7 @@ <exclude>**/licenses/*.txt</exclude><!--files of licenses--> <exclude>**/*readme*.txt</exclude><!--readme files--> <exclude>**/*README*.txt</exclude><!--readme files--> + <exclude>**/*README*.md</exclude><!--readme files--> <exclude>**/*.timestamp</exclude><!--tmp-files--> <exclude>**/*.iml</exclude><!--IDEA files--> <exclude>**/pom-installed.xml</exclude><!--tmp-files-->