You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2015/09/13 03:26:19 UTC

accumulo git commit: ACCUMULO-3996 Add in RAT exclusions

Repository: accumulo
Updated Branches:
  refs/heads/1.5 298f95fff -> faf40d405


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/1.5
Commit: faf40d405c7f811cf57d0caa2f2c0054577f01fa
Parents: 298f95f
Author: Josh Elser <jo...@gmail.com>
Authored: Sun Sep 13 01:25:55 2015 +0000
Committer: Josh Elser <jo...@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>