[go: nahoru, domu]

Skip to content

Commit

Permalink
http: Remove default execution of findbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmiceli-g committed Apr 23, 2013
1 parent b407b74 commit 28b4f13
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,6 @@
<artifactId>findbugs-maven-plugin</artifactId>
<configuration>
<excludeFilterFile>${basedir}/../findbugs-exclude.xml</excludeFilterFile>
<!-- First time you compile you must use -Dfindbugs.skip=true due to
plugin not installed yet. -->
<plugins>
<plugin>
<groupId>com.google.http-client</groupId>
Expand All @@ -476,13 +474,6 @@
</plugin>
</plugins>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 28b4f13

Please sign in to comment.