Repository: hadoop Updated Branches: refs/heads/branch-2.5 8d20ec5c0 -> b8e66f82d
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/b8e66f82 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b8e66f82 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b8e66f82 Branch: refs/heads/branch-2.5 Commit: b8e66f82d97ad28e29b6127e0ab1f4e4645d2b8e Parents: 8d20ec5 Author: Karthik Kambatla <[email protected]> Authored: Fri Sep 5 13:08:59 2014 -0700 Committer: Karthik Kambatla <[email protected]> Committed: Fri Sep 5 13:10:41 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/b8e66f82/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/b8e66f82/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 18a190f..e10816e 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>
