YARN-4248. Followup patch adding asf-licence exclusions for json test files
(cherry picked from commit 9f50e13d5dc329c3a6df7f9bcaf2f29b35adc52b) (cherry picked from commit bfe4796802c8f706fdc4c393324ddb9f24194677) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3d100163 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3d100163 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3d100163 Branch: refs/heads/branch-2.8 Commit: 3d100163de1b891ccabe6871c9fad1d9ee6f9b41 Parents: 469bf56 Author: Chris Douglas <[email protected]> Authored: Tue Dec 8 12:08:04 2015 -0800 Committer: Chris Douglas <[email protected]> Committed: Tue Dec 8 12:08:53 2015 -0800 ---------------------------------------------------------------------- .../hadoop-yarn-server-resourcemanager/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/3d100163/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml index 4897ac5..f99b316 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/pom.xml @@ -321,6 +321,17 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes> + <exclude>src/test/resources/submit-reservation.json</exclude> + <exclude>src/test/resources/delete-reservation.json</exclude> + <exclude>src/test/resources/update-reservation.json</exclude> + </excludes> + </configuration> + </plugin> </plugins> </build>
