aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-02-04 11:40:50 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-02-04 11:40:50 +0100
commitae22f95ddec943636e3a7b15aa77c42d8ef62482 (patch)
tree9c87bcf52f67d4dc5ec38f2cb97557348cf5f17e /sonar-application/pom.xml
parent6edc93d798f30fdaec08e5677903b68c729903e1 (diff)
downloadsonarqube-ae22f95ddec943636e3a7b15aa77c42d8ef62482.tar.gz
sonarqube-ae22f95ddec943636e3a7b15aa77c42d8ef62482.zip
Fix size of application
Diffstat (limited to 'sonar-application/pom.xml')
-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 8546509535b..02576867e15 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -210,8 +210,8 @@
<configuration>
<rules>
<requireFilesSize>
- <maxsize>51000000</maxsize>
- <minsize>49000000</minsize>
+ <maxsize>54000000</maxsize>
+ <minsize>52000000</minsize>
<files>
<file>${project.build.directory}/sonar-${project.version}.zip</file>
</files>