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/9a17d670 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9a17d670 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/9a17d670 Branch: refs/heads/HDFS-10467 Commit: 9a17d670853a501c875dc218365b9826add64af0 Parents: 04b15a2 Author: Akira Ajisaka <[email protected]> Authored: Mon May 1 15:32:20 2017 +0900 Committer: Inigo <[email protected]> Committed: Tue May 2 14:52:05 2017 -0700 ---------------------------------------------------------------------- hadoop-build-tools/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/9a17d670/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]
