Repository: incubator-reef
Updated Branches:
  refs/heads/master 2ce6c81e2 -> f1628e899


[REEF-449] Add `.snk` files to RAT exclude list

This change adds `.snk` files (binary key pairs) to the Apache RAT exclude list.
These files cause the builds to fail on our Jenkins instances, allthough they
are not repoted by local developer builds.

JIRA:
  [REEF-449](https://issues.apache.org/jira/browse/REEF-449)

Pull Request:
  This closes #273


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

Branch: refs/heads/master
Commit: f1628e8998e356d2fccff8e5bd4b7857af1251f9
Parents: 2ce6c81
Author: Julia Wang <[email protected]>
Authored: Sun Jul 5 17:57:16 2015 -0700
Committer: Markus Weimer <[email protected]>
Committed: Sun Jul 5 18:28:20 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/f1628e89/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cbb4f1a..0ad4bd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,12 +247,13 @@ under the License.
                             <exclude>**/*.md</exclude>
                             <!-- The below are sometimes created during tests 
-->
                             <exclude>REEF_LOCAL_RUNTIME/**</exclude>
-                            <!-- The Visual Studio build files -->
+                            <!-- The Visual Studio and Nuget build files -->
                             <exclude>**/*.sln*</exclude>
                             <exclude>**/*.vcxproj*</exclude>
                             <exclude>**/*.csproj*</exclude>
                             <exclude>**/*.opensdf*</exclude>
                             <exclude>**/*.sdf*</exclude>
+                            <exclude>**/*.snk</exclude>
                             <!-- The below are auto generated during the .Net 
build -->
                             <exclude>**/bin/**</exclude>
                             <exclude>**/obj/**</exclude>

Reply via email to