Repository: hadoop Updated Branches: refs/heads/branch-2.5.1 2c21753d5 -> 33c9cc008
HADOOP-11065. Rat check should exclude **/build/**. (kasha) (cherry picked from commit 0571b4561bad7e0230920e52d3758a3658fcf20d) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/33c9cc00 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/33c9cc00 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/33c9cc00 Branch: refs/heads/branch-2.5.1 Commit: 33c9cc0083934ec571d350518fcaa6f71f74cb24 Parents: 2c21753 Author: Karthik Kambatla <[email protected]> Authored: Fri Sep 5 13:08:59 2014 -0700 Committer: Karthik Kambatla <[email protected]> Committed: Fri Sep 5 13:11:19 2014 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 2 ++ pom.xml | 1 + 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/33c9cc00/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 864f2db..6c8f459 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -17,6 +17,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 http://git-wip-us.apache.org/repos/asf/hadoop/blob/33c9cc00/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5e3cc0a..c4abc1b 100644 --- a/pom.xml +++ b/pom.xml @@ -217,6 +217,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>
