File tree Expand file tree Collapse file tree 8 files changed +0
-59
lines changed
operator-build-maven-plugin Expand file tree Collapse file tree 8 files changed +0
-59
lines changed Original file line number Diff line number Diff line change 2626 </execution >
2727 </executions >
2828 </plugin >
29- <plugin >
30- <groupId >org.jacoco</groupId >
31- <artifactId >jacoco-maven-plugin</artifactId >
32- </plugin >
3329 </plugins >
3430 </build >
3531
Original file line number Diff line number Diff line change 5252 </execution >
5353 </executions >
5454 </plugin >
55- <plugin >
56- <groupId >org.jacoco</groupId >
57- <artifactId >jacoco-maven-plugin</artifactId >
58- </plugin >
5955 </plugins >
6056 </build >
6157
Original file line number Diff line number Diff line change 393393 <groupId >org.apache.maven.plugins</groupId >
394394 <artifactId >maven-checkstyle-plugin</artifactId >
395395 </plugin >
396- <plugin >
397- <groupId >org.jacoco</groupId >
398- <artifactId >jacoco-maven-plugin</artifactId >
399- <configuration >
400- <excludes >
401- <exclude >com/gargoylesoftware/**</exclude >
402- </excludes >
403- </configuration >
404- </plugin >
405396 </plugins >
406397 </build >
407398
Original file line number Diff line number Diff line change 2222 <groupId >org.apache.maven.plugins</groupId >
2323 <artifactId >maven-checkstyle-plugin</artifactId >
2424 </plugin >
25- <plugin >
26- <groupId >org.jacoco</groupId >
27- <artifactId >jacoco-maven-plugin</artifactId >
28- </plugin >
2925 </plugins >
3026 </build >
3127
Original file line number Diff line number Diff line change 7676 <groupId >org.apache.maven.plugins</groupId >
7777 <artifactId >maven-checkstyle-plugin</artifactId >
7878 </plugin >
79- <plugin >
80- <groupId >org.jacoco</groupId >
81- <artifactId >jacoco-maven-plugin</artifactId >
82- </plugin >
8379 </plugins >
8480 </build >
8581</project >
Original file line number Diff line number Diff line change 312312 </execution >
313313 </executions >
314314 </plugin >
315- <plugin >
316- <groupId >org.jacoco</groupId >
317- <artifactId >jacoco-maven-plugin</artifactId >
318- <configuration >
319- <excludes >
320- <exclude >com/gargoylesoftware/**</exclude >
321- </excludes >
322- </configuration >
323- </plugin >
324315 </plugins >
325316 </build >
326317
Original file line number Diff line number Diff line change 216216 <artifactId >dependency-check-maven</artifactId >
217217 <version >${dependency-check-version} </version >
218218 </plugin >
219- <plugin >
220- <groupId >org.jacoco</groupId >
221- <artifactId >jacoco-maven-plugin</artifactId >
222- <version >${jacoco.version} </version >
223- <executions >
224- <execution >
225- <id >prepare-agent</id >
226- <goals >
227- <goal >prepare-agent</goal >
228- </goals >
229- </execution >
230- <execution >
231- <id >report</id >
232- <phase >test</phase >
233- <goals >
234- <goal >report</goal >
235- </goals >
236- </execution >
237- </executions >
238- </plugin >
239219 <plugin >
240220 <groupId >org.apache.maven.plugins</groupId >
241221 <artifactId >maven-jxr-plugin</artifactId >
770750 <domain-swagger-file >${project.basedir} /swagger/domain.json</domain-swagger-file >
771751 <skip .unit.tests>false</skip .unit.tests>
772752 <skip .dependency-check>false</skip .dependency-check>
773- <jacoco .version>0.8.14</jacoco .version>
774753 <git-commit-id-plugin-version >4.9.10</git-commit-id-plugin-version >
775754 <htmlunit-version >2.70.0</htmlunit-version >
776755 <jython-standalone-version >2.7.4</jython-standalone-version >
Original file line number Diff line number Diff line change 2525 <groupId >org.apache.maven.plugins</groupId >
2626 <artifactId >maven-checkstyle-plugin</artifactId >
2727 </plugin >
28- <plugin >
29- <groupId >org.jacoco</groupId >
30- <artifactId >jacoco-maven-plugin</artifactId >
31- </plugin >
3228 </plugins >
3329 </build >
3430
You can’t perform that action at this time.
0 commit comments