You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2015/09/06 16:45:26 UTC

directory-kerby git commit: Exclude DEPENDENCIES file from apache-rat check

Repository: directory-kerby
Updated Branches:
  refs/heads/master 0c90428b0 -> b571be377


Exclude DEPENDENCIES file from apache-rat check


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/b571be37
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/b571be37
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/b571be37

Branch: refs/heads/master
Commit: b571be3777e17edf5e47aa6f377e04c3291c6dfb
Parents: 0c90428
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
Authored: Sun Sep 6 16:44:34 2015 +0200
Committer: Stefan Seelmann <ma...@stefan-seelmann.de>
Committed: Sun Sep 6 16:44:34 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/b571be37/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 306befd..075e876 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,6 +132,7 @@
               <!-- MAVEN_DEFAULT_EXCLUDES -->
               <exclude>**/target/**/*</exclude>
               <exclude>**/cobertura.ser</exclude>
+              <exclude>**/DEPENDENCIES</exclude>
               <!-- ECLIPSE_DEFAULT_EXCLUDES -->
               <exclude>**/.classpath</exclude>
               <exclude>**/.project</exclude>