aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-04-16 17:26:34 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-04-16 17:44:35 +0200
commit26edff10d133e29e7013f803e7ef0d69ff593aeb (patch)
treed4dac543c6b87b5e252bd1ca5301ea2e75048c2f /sonar-application
parent1f9d60980a0a13f64807924b48988600dac8a734 (diff)
downloadsonarqube-26edff10d133e29e7013f803e7ef0d69ff593aeb.tar.gz
sonarqube-26edff10d133e29e7013f803e7ef0d69ff593aeb.zip
SONAR-3755 implement a disk-based map
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 275051193cf..9f0ef37ecfa 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -206,8 +206,8 @@
<configuration>
<rules>
<requireFilesSize>
- <maxsize>57000000</maxsize>
- <minsize>52000000</minsize>
+ <maxsize>58000000</maxsize>
+ <minsize>54000000</minsize>
<files>
<file>${project.build.directory}/sonar-${project.version}.zip</file>
</files>