HBASE-13804 Revert the changes in pom.xml (Jingcheng Du)

This commit is contained in:
Jonathan M Hsieh 2015-06-03 10:18:07 -07:00
parent 7693e15b2b
commit efbef296d6
1 changed files with 4 additions and 0 deletions

View File

@ -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