HADOOP-11065. Rat check should exclude **/build/**. (kasha)

This commit is contained in:
Karthik Kambatla 2014-09-05 13:08:59 -07:00 committed by Jing Zhao
parent a149afd9e6
commit ba4fc93177
2 changed files with 3 additions and 0 deletions

View File

@ -777,6 +777,8 @@ Release 2.5.1 - UNRELEASED
HADOOP-11001. Fix test-patch to work with the git repo. (kasha)
HADOOP-11065. Rat check should exclude "**/build/**". (kasha)
Release 2.5.0 - 2014-08-11
INCOMPATIBLE CHANGES

View File

@ -324,6 +324,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<exclude>.gitignore</exclude>
<exclude>.git/**</exclude>
<exclude>.idea/**</exclude>
<exclude>**/build/**</exclude>
</excludes>
</configuration>
</plugin>