File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change 24
24
</dependencies >
25
25
26
26
<build >
27
- <pluginManagement >
28
27
<plugins >
29
28
<plugin >
30
29
<groupId >org.apache.maven.plugins</groupId >
40
39
</configuration >
41
40
</plugin >
42
41
<plugin >
43
- <groupId >org.codehaus.mojo</groupId >
44
- <artifactId >cobertura-maven-plugin</artifactId >
45
- <version >2.7</version >
46
- <configuration >
47
- <formats >
48
- <format >html</format >
49
- <format >xml</format >
50
- </formats >
51
- <check />
52
- <maxmem >256m</maxmem >
53
- </configuration >
42
+ <groupId >org.jacoco</groupId >
43
+ <artifactId >jacoco-maven-plugin</artifactId >
44
+ <version >0.7.7.201606060606</version >
45
+ <executions >
46
+ <execution >
47
+ <goals >
48
+ <goal >prepare-agent</goal >
49
+ </goals >
50
+ </execution >
51
+ <execution >
52
+ <id >report</id >
53
+ <phase >test</phase >
54
+ <goals >
55
+ <goal >report</goal >
56
+ </goals >
57
+ </execution >
58
+ </executions >
54
59
</plugin >
55
60
</plugins >
56
- </pluginManagement >
57
61
</build >
58
62
</project >
You can’t perform that action at this time.
0 commit comments