Skip to content

Commit

Permalink
[BEAM-2372] Only run Apache RAT at root pom.xml
Browse files Browse the repository at this point in the history
Since it checks the entire project anyway.
  • Loading branch information
dhalperi committed May 26, 2017
1 parent f47dadc commit 3878556
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3878556

Please sign in to comment.