Skip to content

Commit

Permalink
Merge pull request #51 from jenkinsci/JENKINS-47782
Browse files Browse the repository at this point in the history
[JENKINS-47782] Skip findbugs
  • Loading branch information
fbelzunc committed Nov 2, 2017
2 parents 186ba37 + 0653a65 commit 1eb4e44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -66,6 +66,7 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
<excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>
</configuration>
</plugin>
Expand Down Expand Up @@ -150,4 +151,4 @@
</dependency>
</dependencies>

</project>
</project>

0 comments on commit 1eb4e44

Please sign in to comment.