File tree Expand file tree Collapse file tree 1 file changed +0
-53
lines changed
Expand file tree Collapse file tree 1 file changed +0
-53
lines changed Original file line number Diff line number Diff line change 347347 </configLocation >
348348 </configuration >
349349 </plugin >
350- <plugin >
351- <groupId >com.github.spotbugs</groupId >
352- <artifactId >spotbugs-maven-plugin</artifactId >
353- <version >3.1.12.2</version >
354- <configuration >
355- <effort >Max</effort >
356- <threshold >Low</threshold >
357- <xmlOutput >true</xmlOutput >
358- <!-- until all will be fixed -->
359- <failOnError >false</failOnError >
360- </configuration >
361- <executions >
362- <execution >
363- <goals >
364- <goal >check</goal >
365- </goals >
366- </execution >
367- </executions >
368- </plugin >
369- <plugin >
370- <groupId >org.jacoco</groupId >
371- <artifactId >jacoco-maven-plugin</artifactId >
372- <version >0.8.5</version >
373- <executions >
374- <execution >
375- <goals >
376- <goal >prepare-agent</goal >
377- </goals >
378- </execution >
379-
380- <execution >
381- <id >post-unit-test</id >
382- <phase >test</phase >
383- <goals >
384- <goal >report</goal >
385- </goals >
386- </execution >
387-
388- <execution >
389- <id >pre-integration-test</id >
390- <phase >pre-integration-test</phase >
391- <goals >
392- <goal >prepare-agent-integration</goal >
393- </goals >
394- </execution >
395- <execution >
396- <id >report-integration</id >
397- <goals >
398- <goal >report-integration</goal >
399- </goals >
400- </execution >
401- </executions >
402- </plugin >
403350 </plugins >
404351 </build >
405352 </profile >
You can’t perform that action at this time.
0 commit comments