You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jm...@apache.org on 2015/06/02 19:19:23 UTC

hbase git commit: HBASE-13804 Revert the changes in pom.xml (Jingcheng Du)

Repository: hbase
Updated Branches:
  refs/heads/hbase-11339 7693e15b2 -> efbef296d


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/hbase-11339
Commit: efbef296d60462580b2551ec4899728dff358c42
Parents: 7693e15
Author: Jonathan M Hsieh <jm...@apache.org>
Authored: Wed Jun 3 10:18:07 2015 -0700
Committer: Jonathan M Hsieh <jm...@apache.org>
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