You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2018/11/01 07:16:39 UTC

hbase git commit: HBASE-21417 Pre commit build is broken due to surefire plugin crashes

Repository: hbase
Updated Branches:
  refs/heads/master 6d709c031 -> 91611cc7e


HBASE-21417 Pre commit build is broken due to surefire plugin crashes


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/91611cc7
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/91611cc7
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/91611cc7

Branch: refs/heads/master
Commit: 91611cc7e42f5a0937b50e3e3ba6606e0ae9a283
Parents: 6d709c0
Author: Duo Zhang <zh...@apache.org>
Authored: Thu Nov 1 10:44:25 2018 +0800
Committer: Duo Zhang <zh...@apache.org>
Committed: Thu Nov 1 15:13:31 2018 +0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/91611cc7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ffa0a52..3355a1e 100755
--- a/pom.xml
+++ b/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