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/ignite-843 Commit: 5a948dcb6b6697746bf9780ad0e673bef336480a Parents: 6731627 Author: Alexey Goncharuk <[email protected]> Authored: Tue Sep 1 17:53:06 2015 -0700 Committer: Alexey Goncharuk <[email protected]> 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>
