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 437
437
<include >**/ServerTests.*</include >
438
438
<include >**/HATests.*</include >
439
439
</includes >
440
+ <!--
441
+ needed because of bug in OpenJDK 8 u181 on Debian distros
442
+ see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class
443
+ -->
444
+ <argLine >-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine >
440
445
</configuration >
441
446
<executions >
442
447
<execution >
473
478
<systemPropertyVariables >
474
479
<use .nio>true</use .nio>
475
480
</systemPropertyVariables >
481
+ <!--
482
+ needed because of bug in OpenJDK 8 u181 on Debian distros
483
+ see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class
484
+ -->
485
+ <argLine >-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine >
476
486
</configuration >
477
487
</plugin >
478
488
</plugins >
You can’t perform that action at this time.
0 commit comments