File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 299
299
<version >2.7</version >
300
300
<configuration >
301
301
<format >xml</format >
302
- <maxmem >256m</maxmem >
303
302
<instrumentation >
304
303
<excludes >
305
304
<exclude >net/sf/jsqlparser/parser/*.class</exclude >
322
321
<trimStackTrace >false</trimStackTrace >
323
322
</configuration >
324
323
</plugin >
324
+ <plugin >
325
+ <groupId >org.jacoco</groupId >
326
+ <artifactId >jacoco-maven-plugin</artifactId >
327
+ <version >0.8.7</version >
328
+ <executions >
329
+ <execution >
330
+ <goals >
331
+ <goal >prepare-agent</goal >
332
+ </goals >
333
+ </execution >
334
+ <execution >
335
+ <id >report</id >
336
+ <phase >prepare-package</phase >
337
+ <goals >
338
+ <goal >report</goal >
339
+ </goals >
340
+ </execution >
341
+ </executions >
342
+ </plugin >
325
343
</plugins >
326
344
</build >
327
345
You can’t perform that action at this time.
0 commit comments