aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-01-25 14:03:52 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-01-25 14:03:52 +0100
commit6200a323e1a2af7725ec9eb78dd9ca0902f3db38 (patch)
treef69ba10fa41af3aea3110fbb171da216408c648a /sonar-application/pom.xml
parentf16506ecbf5bc3f1e5f597a634c85b8a6162c692 (diff)
downloadsonarqube-6200a323e1a2af7725ec9eb78dd9ca0902f3db38.tar.gz
sonarqube-6200a323e1a2af7725ec9eb78dd9ca0902f3db38.zip
SONAR-4087 first draft of test api
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 02576867e15..4ae705539db 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -210,7 +210,8 @@
<configuration>
<rules>
<requireFilesSize>
- <maxsize>54000000</maxsize>
+ <!-- TODO decrease after exclusion of Blueprints -> jackson/jettison -->
+ <maxsize>55000000</maxsize>
<minsize>52000000</minsize>
<files>
<file>${project.build.directory}/sonar-${project.version}.zip</file>