File tree Expand file tree Collapse file tree 1 file changed +2
-40
lines changed Expand file tree Collapse file tree 1 file changed +2
-40
lines changed Original file line number Diff line number Diff line change 298298 needed because of bug in OpenJDK 8 u181 on Debian distros
299299 see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class
300300 -->
301- <argLine >-Djdk.net.URLClassPath.disableClassPathURLCheck=true ${argLine} </argLine >
301+ <argLine >-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine >
302302 </configuration >
303303 </plugin >
304304
314314 needed because of bug in OpenJDK 8 u181 on Debian distros
315315 see https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class
316316 -->
317- <argLine >-Djdk.net.URLClassPath.disableClassPathURLCheck=true ${argLine} </argLine >
317+ <argLine >-Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine >
318318 </configuration >
319319
320320 <executions >
327327 </executions >
328328 </plugin >
329329
330- <plugin >
331- <groupId >org.jacoco</groupId >
332- <artifactId >jacoco-maven-plugin</artifactId >
333- <version >0.8.2</version >
334- <executions >
335- <execution >
336- <id >default-prepare-agent</id >
337- <goals >
338- <goal >prepare-agent</goal >
339- </goals >
340- </execution >
341- <execution >
342- <id >default-prepare-agent-integration</id >
343- <goals >
344- <goal >prepare-agent-integration</goal >
345- </goals >
346- </execution >
347- <execution >
348- <id >default-report</id >
349- <goals >
350- <goal >report</goal >
351- </goals >
352- </execution >
353- <execution >
354- <id >default-report-integration</id >
355- <goals >
356- <goal >report-integration</goal >
357- </goals >
358- </execution >
359- <execution >
360- <id >default-check</id >
361- <goals >
362- <goal >check</goal >
363- </goals >
364- </execution >
365- </executions >
366- </plugin >
367-
368330 <plugin >
369331 <groupId >org.codehaus.mojo</groupId >
370332 <artifactId >versions-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments