HBASE-13804 Revert the changes in pom.xml (Jingcheng Du)
This commit is contained in:
parent
7693e15b2b
commit
efbef296d6
4
pom.xml
4
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
|
||||
|
|
Loading…
Reference in New Issue