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/05/12 04:41:18 UTC

[4/5] accumulo git commit: ACCUMULO-3800 Add exclusion for DEPENDENCIES

ACCUMULO-3800 Add exclusion for DEPENDENCIES

Ideally, we nuke this file. Short-term fix is to just ignore it.


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

Branch: refs/heads/1.7
Commit: 8e99ed222db49e0f9a4f03ae90d1cbcf44bb1a87
Parents: ba4a38b
Author: Josh Elser <el...@apache.org>
Authored: Mon May 11 22:31:55 2015 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon May 11 22:38:45 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/8e99ed22/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5bf65e8..f4c734b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -955,6 +955,15 @@
             </execution>
           </executions>
         </plugin>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              <exclude>DEPENDENCIES</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>