Skip to content

Commit

Permalink
adjust findbufgs config
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Jul 15, 2017
1 parent ad6bf40 commit 81f5afc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
~ hpi-plugin.version: The HPI Maven Plugin version used by the plugin..
~ stapler-plugin.version: The Stapler Maven plugin version required by the plugin.
-->
<findbugs.failOnError>false</findbugs.failOnError>
</properties>

<name>Last Changes Plugin</name>
Expand Down Expand Up @@ -164,15 +165,6 @@
</configuration>
</plugin>

<plugin>
<artifactId>findbugs-maven-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>3.0.1</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

</plugins>

</build>
Expand Down

0 comments on commit 81f5afc

Please sign in to comment.