You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by in...@apache.org on 2017/05/02 22:05:43 UTC

[26/50] [abbrv] hadoop git commit: HADOOP-13901. Fix ASF License warnings.

HADOOP-13901. Fix ASF License warnings.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f3786215
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f3786215
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f3786215

Branch: refs/heads/HDFS-10467
Commit: f378621546df760aef8d2560b6e9469260bdd4bf
Parents: b7d769d
Author: Akira Ajisaka <aa...@apache.org>
Authored: Mon May 1 15:32:20 2017 +0900
Committer: Akira Ajisaka <aa...@apache.org>
Committed: Mon May 1 15:32:20 2017 +0900

----------------------------------------------------------------------
 hadoop-build-tools/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/f3786215/hadoop-build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-build-tools/pom.xml b/hadoop-build-tools/pom.xml
index 7b053a5..c645d0e 100644
--- a/hadoop-build-tools/pom.xml
+++ b/hadoop-build-tools/pom.xml
@@ -111,6 +111,16 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>maven-eclipse.xml</exclude>
+            <exclude>.externalToolBuilders/Maven_Ant_Builder.launch</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org