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 <[email protected]> Authored: Mon May 1 15:32:20 2017 +0900 Committer: Akira Ajisaka <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
