Repository: beam Updated Branches: refs/heads/master f47dadc19 -> 884ac517b
[BEAM-2372] Only run Apache RAT at root pom.xml Since it checks the entire project anyway. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/3878556c Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/3878556c Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/3878556c Branch: refs/heads/master Commit: 3878556cdf575e11fb47d0b9c1550cdfc2b60131 Parents: f47dadc Author: Dan Halperin <[email protected]> Authored: Fri May 26 11:40:38 2017 -0700 Committer: Dan Halperin <[email protected]> Committed: Fri May 26 16:14:54 2017 -0700 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/3878556c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ba1cf37..398cda0 100644 --- a/pom.xml +++ b/pom.xml @@ -243,6 +243,8 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> + <!-- Apache RAT checks all files in the project, only run once. --> + <inherited>false</inherited> </plugin> <plugin>
