Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2010-05-25 18:27:09 +0000
committerJoakim Erdfelt2010-05-25 18:27:09 +0000
commitefce37dd1d8beba1ee124c0b71e13585426062d6 (patch)
tree5defad85271c510f45511ab3512465a60df22da8 /tests/pom.xml
parent3050264701307863e37d3c946fa021963fc5a57a (diff)
downloadorg.eclipse.jetty.project-efce37dd1d8beba1ee124c0b71e13585426062d6.tar.gz
org.eclipse.jetty.project-efce37dd1d8beba1ee124c0b71e13585426062d6.tar.xz
org.eclipse.jetty.project-efce37dd1d8beba1ee124c0b71e13585426062d6.zip
Cranking up findbugs effort, and disabling findbugs in aggregate and tests projects
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1867 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'tests/pom.xml')
-rw-r--r--tests/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/pom.xml b/tests/pom.xml
index f436d87a3e..23df6f2f82 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -30,6 +30,14 @@
<build>
<plugins>
<plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <configuration>
+ <!-- No Point running Findbugs on testing projects -->
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>

Back to the top