File tree 4 files changed +4
-19
lines changed
maven-surefire-report-plugin
4 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 87
87
88
88
<build >
89
89
<plugins >
90
- <plugin >
91
- <groupId >org.apache.maven.plugins</groupId >
92
- <artifactId >maven-plugin-plugin</artifactId >
93
- </plugin >
94
90
<plugin >
95
91
<groupId >org.jacoco</groupId >
96
92
<artifactId >jacoco-maven-plugin</artifactId >
196
192
<plugins >
197
193
<plugin >
198
194
<groupId >org.apache.maven.plugins</groupId >
199
- <artifactId >maven-plugin-plugin</artifactId >
195
+ <artifactId >maven-plugin-report- plugin</artifactId >
200
196
</plugin >
201
197
</plugins >
202
198
</reporting >
Original file line number Diff line number Diff line change 62
62
63
63
<build >
64
64
<plugins >
65
- <plugin >
66
- <groupId >org.apache.maven.plugins</groupId >
67
- <artifactId >maven-plugin-plugin</artifactId >
68
- </plugin >
69
65
<plugin >
70
66
<groupId >org.jacoco</groupId >
71
67
<artifactId >jacoco-maven-plugin</artifactId >
119
115
<plugins >
120
116
<plugin >
121
117
<groupId >org.apache.maven.plugins</groupId >
122
- <artifactId >maven-plugin-plugin</artifactId >
118
+ <artifactId >maven-plugin-report- plugin</artifactId >
123
119
</plugin >
124
120
</plugins >
125
121
</reporting >
Original file line number Diff line number Diff line change 157
157
158
158
<build >
159
159
<plugins >
160
- <plugin >
161
- <groupId >org.apache.maven.plugins</groupId >
162
- <artifactId >maven-plugin-plugin</artifactId >
163
- </plugin >
164
160
<plugin >
165
161
<groupId >org.jacoco</groupId >
166
162
<artifactId >jacoco-maven-plugin</artifactId >
202
198
<reporting >
203
199
<plugins >
204
200
<plugin >
205
- <artifactId >maven-plugin-plugin</artifactId >
201
+ <groupId >org.apache.maven.plugins</groupId >
202
+ <artifactId >maven-plugin-report-plugin</artifactId >
206
203
</plugin >
207
204
</plugins >
208
205
</reporting >
Original file line number Diff line number Diff line change 545
545
<id >reporting</id >
546
546
<reporting >
547
547
<plugins >
548
- <plugin >
549
- <groupId >org.apache.maven.plugins</groupId >
550
- <artifactId >maven-plugin-report-plugin</artifactId >
551
- </plugin >
552
548
<plugin >
553
549
<groupId >org.apache.maven.plugins</groupId >
554
550
<artifactId >maven-changes-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments