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 authored Nov 2, 2017
2 parents b5ddfc7 + 95269f1 commit 3e7f29d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
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 3e7f29d

Please sign in to comment.