Skip to content

Commit

Permalink
Upgraded to v3.0.4 to fix incorrect plugin implementation that breaks…
Browse files Browse the repository at this point in the history
… builds in Maven 3.4+

```
Unable to parse configuration of mojo org.codehaus.mojo:findbugs-maven-plugin:3.0.2:findbugs for parameter pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with value '${plugin.artifacts}' of type java.util.Collections.UnmodifiableRandomAccessList to property of type java.util.ArrayList
```
  • Loading branch information
AlejandroRivera committed Dec 3, 2018
1 parent c903dc0 commit 8283033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
<!-- Using FindBugs to prevent bugs that are identifiable by static analysis -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.2</version>
<version>3.0.4</version>
<configuration>
<onlyAnalyze>io.arivera.-</onlyAnalyze>
<fork>false</fork>
Expand Down

0 comments on commit 8283033

Please sign in to comment.