File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 9797 <artifactId >spotbugs-maven-plugin</artifactId >
9898 <version >4.9.8.2</version >
9999 <configuration >
100- <excludeFilterFile >spotbugs-exclude.xml</excludeFilterFile >
100+ <excludeFilterFile >config/spotbugs/ spotbugs-exclude.xml</excludeFilterFile >
101101 </configuration >
102102 </plugin >
103103 </plugins >
289289 <artifactId >maven-checkstyle-plugin</artifactId >
290290 <version >3.6.0</version >
291291 <configuration >
292- <configLocation >checkstyle.xml</configLocation >
292+ <configLocation >config/checkstyle/ checkstyle.xml</configLocation >
293293 <consoleOutput >true</consoleOutput >
294294 <failsOnError >true</failsOnError >
295295 <includeTestSourceDirectory >false</includeTestSourceDirectory >
442442 <artifactId >spotbugs-maven-plugin</artifactId >
443443 <version >4.9.8.2</version >
444444 <configuration >
445- <excludeFilterFile >spotbugs-exclude.xml</excludeFilterFile >
445+ <excludeFilterFile >config/spotbugs/ spotbugs-exclude.xml</excludeFilterFile >
446446 </configuration >
447447 </plugin >
448448 <!-- TODO/FIXME tag tracker -->
You can’t perform that action at this time.
0 commit comments