Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2010-05-25 18:27:09 +0000
committerJoakim Erdfelt2010-05-25 18:27:09 +0000
commitefce37dd1d8beba1ee124c0b71e13585426062d6 (patch)
tree5defad85271c510f45511ab3512465a60df22da8 /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 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 650af343a9..15a482141f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,6 +220,7 @@
<configuration>
<findbugsXmlOutput>true</findbugsXmlOutput>
<xmlOutput>true</xmlOutput>
+ <effort>Max</effort>
<onlyAnalyze>org.eclipse.jetty.*</onlyAnalyze>
</configuration>
</plugin>

Back to the top