You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2015/06/12 02:24:15 UTC

logging-log4j2 git commit: Exclude generated velocity.log file from RAT check.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 544ecf18a -> dd8a3ef3a


Exclude generated velocity.log file from RAT check.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/dd8a3ef3
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/dd8a3ef3
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/dd8a3ef3

Branch: refs/heads/master
Commit: dd8a3ef3ab8c88e6bf0954ceed3bfb4ef7a4dfc6
Parents: 544ecf1
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Jun 11 17:24:12 2015 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Jun 11 17:24:12 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/dd8a3ef3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eb9256e..4516b79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -996,6 +996,7 @@
             <exclude>src/site/resources/js/jquery.min.js</exclude>
             <!-- Generated files -->
             <exclude>log4j-distribution/target/**/*</exclude>
+            <exclude>velocity.log</exclude>            
             <!-- Other -->
             <exclude>felix-cache/**</exclude>
           </excludes>