HBASE-21417 Pre commit build is broken due to surefire plugin crashes
This commit is contained in:
parent
6d709c0311
commit
91611cc7e4
2
pom.xml
2
pom.xml
|
@ -1601,7 +1601,7 @@
|
|||
-->
|
||||
<hbase-surefire.argLine>-enableassertions -Dhbase.build.id=${build.id} -Xmx${surefire.Xmx}
|
||||
-Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
|
||||
-Djava.awt.headless=true
|
||||
-Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true
|
||||
</hbase-surefire.argLine>
|
||||
<hbase-surefire.cygwin-argLine>-enableassertions -Xmx${surefire.cygwinXmx}
|
||||
-Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true
|
||||
|
|
Loading…
Reference in New Issue