Skip to content

Commit 5802ee0

Browse files
fb-contrib version property
1 parent 4191bfb commit 5802ee0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

qa-parent/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
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>
@@ -235,7 +236,7 @@
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>

0 commit comments

Comments
 (0)