Rat excludes has a typo for excluding editsStored files
-------------------------------------------------------
Key: HDFS-2313
URL: https://issues.apache.org/jira/browse/HDFS-2313
Project: Hadoop HDFS
Issue Type: Bug
Components: test
Affects Versions: 0.24.0
Reporter: Aaron T. Myers
Assignee: Aaron T. Myers
Fix For: 0.24.0
In {{hadoop-hdfs-project/hadoop-hdfs/pom.xml}}, this:
{noformat}
<exclude>src/test/resources/editStored*</exclude>
{noformat}
Should be:
{noformat}
<exclude>src/test/resources/editsStored*</exclude>
{noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira