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 <[email protected]> Authored: Mon Feb 16 07:34:08 2015 -0700 Committer: Ralph Goers <[email protected]> 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>
