You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2012/07/24 10:57:24 UTC

svn commit: r1364937 - /hbase/branches/0.94/pom.xml

Author: stack
Date: Tue Jul 24 08:57:24 2012
New Revision: 1364937

URL: http://svn.apache.org/viewvc?rev=1364937&view=rev
Log:
HBASE-6445 rat check fails if hs_err_pid26514.log dropped in tests

Modified:
    hbase/branches/0.94/pom.xml

Modified: hbase/branches/0.94/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/pom.xml?rev=1364937&r1=1364936&r2=1364937&view=diff
==============================================================================
--- hbase/branches/0.94/pom.xml (original)
+++ hbase/branches/0.94/pom.xml Tue Jul 24 08:57:24 2012
@@ -513,7 +513,7 @@
           <version>0.8</version>
           <configuration>
             <excludes>
-              <exclude>**/.log</exclude>
+              <exclude>**/*.log</exclude>
               <exclude>**/.*</exclude>
               <exclude>**/*.tgz</exclude>
               <exclude>**/*.orig</exclude>