You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/07/15 15:17:06 UTC

incubator-ignite git commit: # gg-10212: exclude list

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-gg-10212 b68e2e9e3 -> 9209fda65


# gg-10212: exclude list


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9209fda6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9209fda6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9209fda6

Branch: refs/heads/ignite-gg-10212
Commit: 9209fda6547891b633eaeeb26203d218dd7ad8aa
Parents: b68e2e9
Author: ashutak <as...@gridgain.com>
Authored: Wed Jul 15 16:17:07 2015 +0300
Committer: ashutak <as...@gridgain.com>
Committed: Wed Jul 15 16:17:07 2015 +0300

----------------------------------------------------------------------
 parent/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9209fda6/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index dbaa330..5300744 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -620,6 +620,8 @@
                                         <exclude>**/*.dylib</exclude><!--bin-files-->
                                         <exclude>**/*.gar</exclude><!--bin-files-->
                                         <exclude>**/licenses/*.txt</exclude><!--files of licenses-->
+                                        <exclude>**/*readme*.txt</exclude><!--readme files-->
+                                        <exclude>**/*README*.txt</exclude><!--readme files-->
                                         <exclude>**/*.timestamp</exclude><!--tmp-files-->
                                         <exclude>**/*.iml</exclude><!--IDEA files-->
                                         <exclude>**/pom-installed.xml</exclude><!--tmp-files-->