You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2015/09/02 02:53:28 UTC

ignite git commit: Exclude test archives and project files from RAT

Repository: ignite
Updated Branches:
  refs/heads/master 6731627eb -> 5a948dcb6


Exclude test archives and project files from RAT


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

Branch: refs/heads/master
Commit: 5a948dcb6b6697746bf9780ad0e673bef336480a
Parents: 6731627
Author: Alexey Goncharuk <al...@gmail.com>
Authored: Tue Sep 1 17:53:06 2015 -0700
Committer: Alexey Goncharuk <al...@gmail.com>
Committed: Tue Sep 1 17:53:06 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/5a948dcb/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 3556671..472d4ff 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -738,6 +738,10 @@
                                         <exclude>src/main/dotnet/Apache.Ignite.sln</exclude>
                                         <exclude>src/main/dotnet/Apache.Ignite.sln.DotSettings</exclude>
                                         <exclude>src/test/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj</exclude>
+                                        <exclude>src/test/portables/repo/org/apache/ignite/portable/test1/1.1/test1-1.1.jar</exclude>
+                                        <exclude>src/test/portables/repo/org/apache/ignite/portable/test2/1.1/test2-1.1.jar</exclude>
+                                        <exclude>src/main/cpp/common/project/vs/common.vcxproj</exclude>
+                                        <exclude>src/main/cpp/common/project/vs/common.vcxproj.filters</exclude>
                                         <exclude>**/Makefile.am</exclude>
                                         <exclude>**/configure.ac</exclude>
                                         <exclude>**/*.vcsproj</exclude>