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

logging-log4j2 git commit: Exclude ForceNoDefClassFoundError from integration test evaluation

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 7bc4154de -> 76532bea4


Exclude ForceNoDefClassFoundError from integration test evaluation


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

Branch: refs/heads/master
Commit: 76532bea4ccdf069aa385121edd5a1fe38f37421
Parents: 7bc4154
Author: Ralph Goers <rg...@nextiva.com>
Authored: Mon Feb 16 07:34:08 2015 -0700
Committer: Ralph Goers <rg...@nextiva.com>
Committed: Mon Feb 16 07:34:08 2015 -0700

----------------------------------------------------------------------
 log4j-core/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/76532bea/log4j-core/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index 2149abd..178f3b0 100644
--- a/log4j-core/pom.xml
+++ b/log4j-core/pom.xml
@@ -284,6 +284,9 @@
           <includes>
             <include>**/*.java</include>
           </includes>
+          <excludes>
+            <exclude>**/ForceNoDefClassFoundError.*</exclude>
+          </excludes>
           <groups>
             org.apache.logging.log4j.categories.PerformanceTests
           </groups>