File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 439
439
<include >**/ServerTests.*</include >
440
440
<include >**/HATests.*</include >
441
441
</includes >
442
+ <!--
443
+ needed because of bug in OpenJDK 8 u181 on Debian distros
444
+ see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class
445
+ -->
446
+ <argLine >-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine >
442
447
</configuration >
443
448
<executions >
444
449
<execution >
475
480
<systemPropertyVariables >
476
481
<use .nio>true</use .nio>
477
482
</systemPropertyVariables >
483
+ <!--
484
+ needed because of bug in OpenJDK 8 u181 on Debian distros
485
+ see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class
486
+ -->
487
+ <argLine >-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine >
478
488
</configuration >
479
489
</plugin >
480
490
</plugins >
You can’t perform that action at this time.
0 commit comments