Repository: hadoop
Updated Branches:
  refs/heads/branch-2 27c53a1d6 -> e39222967


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/e3922296
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e3922296
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e3922296

Branch: refs/heads/branch-2
Commit: e39222967632d8d7fbf84bdd30db0e047c379100
Parents: 27c53a1
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:12 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/e3922296/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 4a57073..724cfac 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -439,6 +439,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/e3922296/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f5c7028..6f7fe50 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>

Reply via email to