Repository: accumulo Updated Branches: refs/heads/master 0c4ae1596 -> 0c94837d6
ACCUMULO-3996 Add in RAT exclusions Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/faf40d40 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/faf40d40 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/faf40d40 Branch: refs/heads/master Commit: faf40d405c7f811cf57d0caa2f2c0054577f01fa Parents: 298f95f Author: Josh Elser <josh.el...@gmail.com> Authored: Sun Sep 13 01:25:55 2015 +0000 Committer: Josh Elser <josh.el...@gmail.com> Committed: Sun Sep 13 01:25:55 2015 +0000 ---------------------------------------------------------------------- assemble/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/faf40d40/assemble/pom.xml ---------------------------------------------------------------------- diff --git a/assemble/pom.xml b/assemble/pom.xml index cce6b2a..545236b 100644 --- a/assemble/pom.xml +++ b/assemble/pom.xml @@ -85,6 +85,20 @@ </dependency> </dependencies> <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes> + <exclude>bin-LICENSE</exclude> + <exclude>bin-NOTICE</exclude> + </excludes> + </configuration> + </plugin> + </plugins> + </pluginManagement> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId>