ACCUMULO-2957 Exclude binary test resource from rat check

  Ensure test walog resource is excluded from rat check on systems, such as Mac
  OS X, that do not correctly detect the file as a binary file


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

Branch: refs/heads/master
Commit: 4e49ef98a36b86784d510cd0595bdaf4669446b2
Parents: 5d81eca
Author: Christopher Tubbs <ctubb...@apache.org>
Authored: Fri Jun 27 16:48:42 2014 -0400
Committer: Christopher Tubbs <ctubb...@apache.org>
Committed: Fri Jun 27 16:49:11 2014 -0400

----------------------------------------------------------------------
 server/tserver/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/4e49ef98/server/tserver/pom.xml
----------------------------------------------------------------------
diff --git a/server/tserver/pom.xml b/server/tserver/pom.xml
index a431d5d..d4dc605 100644
--- a/server/tserver/pom.xml
+++ b/server/tserver/pom.xml
@@ -117,6 +117,7 @@
           <configuration>
             <excludes>
               <exclude>src/test/resources/*.walog</exclude>
+              <exclude>src/test/resources/walog-from-14/*</exclude>
             </excludes>
           </configuration>
         </plugin>

Reply via email to