Skip to content

Commit

Permalink
[JENKINS-29942] Enabled findbugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedam committed Aug 14, 2015
1 parent 9a38ead commit 7029286
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Expand Up @@ -41,6 +41,20 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<xmlOutput>true</xmlOutput>
<failOnError>false</failOnError>
</configuration>
</plugin>
</plugins>
</build>

<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
<repositories>
<repository>
Expand Down

0 comments on commit 7029286

Please sign in to comment.