File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 92
92
<artifactId >maven-javadoc-plugin</artifactId >
93
93
<version >2.10.4</version >
94
94
</plugin >
95
+ <plugin >
96
+ <groupId >org.jacoco</groupId >
97
+ <artifactId >jacoco-maven-plugin</artifactId >
98
+ <version >0.7.9</version >
99
+ </plugin >
100
+ <plugin >
101
+ <groupId >org.apache.maven.plugins</groupId >
102
+ <artifactId >maven-checkstyle-plugin</artifactId >
103
+ <version >2.10</version >
104
+ </plugin >
95
105
<plugin >
96
106
<groupId >org.apache.maven.plugins</groupId >
97
107
<artifactId >maven-deploy-plugin</artifactId >
253
263
<plugin >
254
264
<groupId >org.jacoco</groupId >
255
265
<artifactId >jacoco-maven-plugin</artifactId >
256
- <version >0.7.9</version >
257
266
<executions >
258
267
<execution >
259
268
<goals >
277
286
<plugin >
278
287
<groupId >org.apache.maven.plugins</groupId >
279
288
<artifactId >maven-project-info-reports-plugin</artifactId >
280
- <version >2.4</version >
281
289
<configuration >
282
290
<dependencyDetailsEnabled >false</dependencyDetailsEnabled >
283
291
<dependencyLocationsEnabled >false</dependencyLocationsEnabled >
304
312
<plugin >
305
313
<groupId >org.apache.maven.plugins</groupId >
306
314
<artifactId >maven-javadoc-plugin</artifactId >
307
- <version >2.9</version >
308
315
<configuration >
309
316
<author >true</author >
310
317
<version >true</version >
319
326
<plugin >
320
327
<groupId >org.apache.maven.plugins</groupId >
321
328
<artifactId >maven-checkstyle-plugin</artifactId >
322
- <version >2.10</version >
323
329
<configuration >
324
330
<configLocation >checkstyle.xml</configLocation >
325
331
</configuration >
334
340
</excludes >
335
341
</configuration >
336
342
</plugin >
343
+ <plugin >
344
+ <groupId >org.jacoco</groupId >
345
+ <artifactId >jacoco-maven-plugin</artifactId >
346
+ </plugin >
337
347
</reportPlugins >
338
348
</configuration >
339
349
</plugin >
You can’t perform that action at this time.
0 commit comments