ndimiduk commented on a change in pull request #1116: HBASE-23783: Address
tests writing and reading SSL/Security files in …
URL: https://github.com/apache/hbase/pull/1116#discussion_r376671321
##########
File path: pom.xml
##########
@@ -729,6 +729,8 @@
<skip>${surefire.skipFirstPart}</skip>
<forkCount>${surefire.firstPartForkCount}</forkCount>
<reuseForks>false</reuseForks>
+ <reportsDirectory>${surefire.reportsDirectory}</reportsDirectory>
+ <tempDir>${surefire.tempDir}</tempDir>
Review comment:
According to the docs, it can already be overridden via the `tempDir`
property. that not working for you?
http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#tempDir
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services