File tree 4 files changed +20
-48
lines changed 4 files changed +20
-48
lines changed Original file line number Diff line number Diff line change @@ -554,6 +554,26 @@ limitations under the License.
554
554
</execution >
555
555
</executions >
556
556
</plugin >
557
+ <plugin >
558
+ <groupId >org.jacoco</groupId >
559
+ <artifactId >jacoco-maven-plugin</artifactId >
560
+ <version >0.8.8</version >
561
+ <executions >
562
+ <execution >
563
+ <id >jacoco-initialize</id >
564
+ <goals >
565
+ <goal >prepare-agent</goal >
566
+ </goals >
567
+ </execution >
568
+ <execution >
569
+ <id >jacoco-report</id >
570
+ <phase >test</phase >
571
+ <goals >
572
+ <goal >report</goal >
573
+ </goals >
574
+ </execution >
575
+ </executions >
576
+ </plugin >
557
577
</plugins >
558
578
</build >
559
579
</profile >
Original file line number Diff line number Diff line change 52
52
<plugin >
53
53
<groupId >org.jacoco</groupId >
54
54
<artifactId >jacoco-maven-plugin</artifactId >
55
- <version >0.8.8</version >
56
- <executions >
57
- <execution >
58
- <id >jacoco-initialize</id >
59
- <goals >
60
- <goal >prepare-agent</goal >
61
- </goals >
62
- </execution >
63
- <execution >
64
- <id >jacoco-report</id >
65
- <phase >test</phase >
66
- <goals >
67
- <goal >report</goal >
68
- </goals >
69
- </execution >
70
- </executions >
71
55
</plugin >
72
56
<plugin >
73
57
<groupId >org.apache.felix</groupId >
Original file line number Diff line number Diff line change 77
77
<plugin >
78
78
<groupId >org.jacoco</groupId >
79
79
<artifactId >jacoco-maven-plugin</artifactId >
80
- <version >0.8.8</version >
81
- <executions >
82
- <execution >
83
- <id >jacoco-initialize</id >
84
- <goals >
85
- <goal >prepare-agent</goal >
86
- </goals >
87
- </execution >
88
- <execution >
89
- <id >jacoco-report</id >
90
- <phase >test</phase >
91
- <goals >
92
- <goal >report</goal >
93
- </goals >
94
- </execution >
95
- </executions >
96
80
</plugin >
97
81
<plugin >
98
82
<groupId >org.apache.felix</groupId >
Original file line number Diff line number Diff line change 123
123
<plugin >
124
124
<groupId >org.jacoco</groupId >
125
125
<artifactId >jacoco-maven-plugin</artifactId >
126
- <version >0.8.8</version >
127
- <executions >
128
- <execution >
129
- <id >jacoco-initialize</id >
130
- <goals >
131
- <goal >prepare-agent</goal >
132
- </goals >
133
- </execution >
134
- <execution >
135
- <id >jacoco-report</id >
136
- <phase >test</phase >
137
- <goals >
138
- <goal >report</goal >
139
- </goals >
140
- </execution >
141
- </executions >
142
126
</plugin >
143
127
<plugin >
144
128
<groupId >org.apache.felix</groupId >
You can’t perform that action at this time.
0 commit comments