HBASE-25154 Set java.io.tmpdir to project build directory to avoid writing std*deferred files to /tmp (#2502)
Signed-off-by: stack <stack@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org> Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
e3c5a7e5fb
commit
7c103348d0
2
pom.xml
2
pom.xml
|
@ -517,6 +517,7 @@
|
|||
<redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
|
||||
<systemPropertyVariables>
|
||||
<test.build.classes>${test.build.classes}</test.build.classes>
|
||||
<java.io.tmpdir>${test.tmp.dir}</java.io.tmpdir>
|
||||
</systemPropertyVariables>
|
||||
|
||||
<excludes>
|
||||
|
@ -1375,6 +1376,7 @@
|
|||
<extra.enforcer.version>1.0-beta-6</extra.enforcer.version>
|
||||
<!-- Location of test resources -->
|
||||
<test.build.classes>${project.build.directory}/test-classes</test.build.classes>
|
||||
<test.tmp.dir>${project.build.directory}</test.tmp.dir>
|
||||
<shell-executable>bash</shell-executable>
|
||||
<!-- TODO HBASE-15041 clean up our javadocs so jdk8 linter can be used.
|
||||
property as of javadoc-plugin 3.0.0 -->
|
||||
|
|
Loading…
Reference in New Issue