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 437437 <include >**/ServerTests.*</include >
438438 <include >**/HATests.*</include >
439439 </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 >
440445 </configuration >
441446 <executions >
442447 <execution >
473478 <systemPropertyVariables >
474479 <use .nio>true</use .nio>
475480 </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 >
476486 </configuration >
477487 </plugin >
478488 </plugins >
You can’t perform that action at this time.
0 commit comments