aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-09-20 14:25:44 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-09-20 14:25:55 +0200
commit5508be0d64edf87251ff69ad7901212426747473 (patch)
treeccbfff58389ab0b8b60aea662db4b08d8954634c /sonar-application
parentc6d736b4570557a666f3508477b295df16b2e5e3 (diff)
downloadsonarqube-5508be0d64edf87251ff69ad7901212426747473.tar.gz
sonarqube-5508be0d64edf87251ff69ad7901212426747473.zip
Fix size of zip file on windows
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 f97cc40661e..ebe3a554dd6 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -227,8 +227,8 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>62000000</minsize>
- <maxsize>68000000</maxsize>
+ <minsize>61000000</minsize>
+ <maxsize>66000000</maxsize>
<files>
<file>${project.build.directory}/sonar-${project.version}.zip</file>
</files>