File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -184,11 +184,11 @@ Refer to [spotbugs plugin](https://spotbugs.github.io/spotbugs-maven-plugin/spot
184184
185185#### Ignore Spotbugs Rule
186186
187- Create a [ filter XML ] ( https://spotbugs.readthedocs.io/en/latest/filter.html ) file and set ` spotbugs.excludeFilterFile ` property.
187+ Create a [ filter] ( https://spotbugs.readthedocs.io/en/latest/filter.html ) file and set ` spotbugs.excludeFilterFile ` property.
188188
189189``` xml
190190<property >
191- <!-- List of exclude filter files files -->
191+ <!-- List of exclude filter files -->
192192 <spotbugs .excludeFilterFile>${basedir}/my-spotbugs-exclude-file.xml</spotbugs .excludeFilterFile>
193193</property >
194194```
Original file line number Diff line number Diff line change 6060 <bt .pmd.plugin.version>3.12.0</bt .pmd.plugin.version>
6161 <bt .pmd.version>6.14.0</bt .pmd.version>
6262 <bt .spotbugs.plugin.version>3.1.11</bt .spotbugs.plugin.version>
63+ <bt .fb-contrib.plugin.version>7.4.5</bt .fb-contrib.plugin.version>
6364 <bt .spotbugs.version>3.1.12</bt .spotbugs.version>
6465 <bt .findsecbugs.plugin.version>1.9.0</bt .findsecbugs.plugin.version>
6566 <bt .owasp.plugin.version>5.0.0-M3</bt .owasp.plugin.version>
235236 <plugin >
236237 <groupId >com.mebigfatguy.fb-contrib</groupId >
237238 <artifactId >fb-contrib</artifactId >
238- <version >7.4.5 </version >
239+ <version >${bt.fb-contrib.plugin.version} </version >
239240 </plugin >
240241 <!-- Security plugin -->
241242 <plugin >
You can’t perform that action at this time.
0 commit comments