Showing
1 changed file
with
20 additions
and
0 deletions
... | @@ -457,6 +457,26 @@ | ... | @@ -457,6 +457,26 @@ |
457 | </dependencies> | 457 | </dependencies> |
458 | </plugin> | 458 | </plugin> |
459 | --> | 459 | --> |
460 | + <plugin> | ||
461 | + <groupId>org.jacoco</groupId> | ||
462 | + <artifactId>jacoco-maven-plugin</artifactId> | ||
463 | + <version>0.7.7.201606060606</version> | ||
464 | + <executions> | ||
465 | + <execution> | ||
466 | + <id>default-prepare-agent</id> | ||
467 | + <goals> | ||
468 | + <goal>prepare-agent</goal> | ||
469 | + </goals> | ||
470 | + </execution> | ||
471 | + <execution> | ||
472 | + <id>default-report</id> | ||
473 | + <phase>prepare-package</phase> | ||
474 | + <goals> | ||
475 | + <goal>report</goal> | ||
476 | + </goals> | ||
477 | + </execution> | ||
478 | + </executions> | ||
479 | + </plugin> | ||
460 | </plugins> | 480 | </plugins> |
461 | </build> | 481 | </build> |
462 | 482 | ... | ... |
-
Please register or login to post a comment