You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2015/06/17 17:15:13 UTC

[2/2] accumulo git commit: ACCUMULO-3871 get rat plugin to ignore the generated filek, too

ACCUMULO-3871 get rat plugin to ignore the generated filek, too


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/84c7b58a
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/84c7b58a
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/84c7b58a

Branch: refs/heads/master
Commit: 84c7b58a9ecae115752d4d4284a9b229c84c4ca2
Parents: 8b91bbd
Author: Eric C. Newton <er...@gmail.com>
Authored: Wed Jun 17 11:15:06 2015 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Wed Jun 17 11:15:06 2015 -0400

----------------------------------------------------------------------
 mrit/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/84c7b58a/mrit/pom.xml
----------------------------------------------------------------------
diff --git a/mrit/pom.xml b/mrit/pom.xml
index 8bc50f4..e992bca 100644
--- a/mrit/pom.xml
+++ b/mrit/pom.xml
@@ -48,6 +48,15 @@
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>dependency-reduced-pom.xml</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>