Browse Source

HADOOP-13084. Fix ASF License warnings in branch-2.7. Contributed by Brahma Reddy Battula.

Akira Ajisaka 9 years ago
parent
commit
b8e01da1b3
2 changed files with 8 additions and 4 deletions
  1. 3 0
      hadoop-common-project/hadoop-common/CHANGES.txt
  2. 5 4
      pom.xml

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -91,6 +91,9 @@ Release 2.7.3 - UNRELEASED
     HADOOP-13052. ChecksumFileSystem mishandles crc file permissions.
     (Daryn Sharp via kihwal)
 
+    HADOOP-13084. Fix ASF License warnings in branch-2.7.
+    (Brahma Reddy Battula via aajisaka)
+
 Release 2.7.2 - 2016-01-25
 
   INCOMPATIBLE CHANGES

+ 5 - 4
pom.xml

@@ -219,15 +219,16 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-       <configuration>
+        <configuration>
           <excludes>
             <exclude>.gitattributes</exclude>
             <exclude>.gitignore</exclude>
             <exclude>.git/**</exclude>
             <exclude>.idea/**</exclude>
-	    <exclude>**/build/**</exclude>
-         </excludes>
-       </configuration>
+            <exclude>**/build/**</exclude>
+            <exclude>**/patchprocess/**</exclude>
+          </excludes>
+        </configuration>
       </plugin>
       <plugin>
         <artifactId>maven-site-plugin</artifactId>