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 439439 <include >**/ServerTests.*</include >
440440 <include >**/HATests.*</include >
441441 </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 >
442447 </configuration >
443448 <executions >
444449 <execution >
475480 <systemPropertyVariables >
476481 <use .nio>true</use .nio>
477482 </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 >
478488 </configuration >
479489 </plugin >
480490 </plugins >
You can’t perform that action at this time.
0 commit comments