You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2017/05/12 10:46:24 UTC

[2/2] ignite git commit: IGNITE-5082 Fixed RAT.

IGNITE-5082 Fixed RAT.


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

Branch: refs/heads/master
Commit: 4b2b68434bf4560cb71485b93f366126730d59a7
Parents: 600f2b7
Author: Andrey Novikov <an...@gridgain.com>
Authored: Fri May 12 17:46:14 2017 +0700
Committer: Andrey Novikov <an...@gridgain.com>
Committed: Fri May 12 17:46:14 2017 +0700

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/4b2b6843/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 3b57895..12ff70a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -900,7 +900,8 @@
                                         <exclude>**/backend/config/settings.json.sample</exclude>
                                         <exclude>**/backend/node_modules/**</exclude>
                                         <exclude>**/frontend/build/**</exclude>
-                                        <exclude>**/frontend/public/images/icons/**</exclude>
+                                        <exclude>**/frontend/public/images/**/*.png</exclude>
+                                        <exclude>**/frontend/public/images/**/*.svg</exclude>
                                         <exclude>**/frontend/ignite_modules/**</exclude>
                                         <exclude>**/frontend/ignite_modules_temp/**</exclude>
                                         <exclude>**/frontend/node_modules/**</exclude>