HBASE-13804 Revert the changes in pom.xml (Jingcheng Du)
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/efbef296 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/efbef296 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/efbef296 Branch: refs/heads/master Commit: efbef296d60462580b2551ec4899728dff358c42 Parents: 7693e15 Author: Jonathan M Hsieh <[email protected]> Authored: Wed Jun 3 10:18:07 2015 -0700 Committer: Jonathan M Hsieh <[email protected]> Committed: Wed Jun 3 10:18:07 2015 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/efbef296/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 68425ab..814502b 100644 --- a/pom.xml +++ b/pom.xml @@ -535,6 +535,10 @@ <!--Allocate some direct memory for direct memory tests--> <argLine>${hbase-surefire.argLine} ${argLine}</argLine> <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile> + <systemPropertyVariables> + <jacoco-agent.destfile>target/jacoco.exec</jacoco-agent.destfile> + </systemPropertyVariables> + <excludes> <!-- users can add -D option to skip particular test classes ex: mvn test -Dtest.exclude.pattern=**/TestFoo.java,**/TestBar.java
