aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-09-12 16:42:49 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-09-12 16:42:49 +0200
commit90ce3978f39acbce59221b09bbff09456ff897c3 (patch)
treee7cdb8c8f10c5e5b43342979a937810ffc16858e /sonar-application/pom.xml
parent22faaf0eb1106b8ab9f5e002b05ebcaa0ef00601 (diff)
downloadsonarqube-90ce3978f39acbce59221b09bbff09456ff897c3.tar.gz
sonarqube-90ce3978f39acbce59221b09bbff09456ff897c3.zip
SONAR-4045 fix zip size on windows
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index d59fcc22175..f97cc40661e 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -227,7 +227,7 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>64000000</minsize>
+ <minsize>62000000</minsize>
<maxsize>68000000</maxsize>
<files>
<file>${project.build.directory}/sonar-${project.version}.zip</file>