aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-13 22:31:51 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-13 23:04:48 +0200
commitded4ba72e1abcf4522223514490356355fca9c1c (patch)
treeb5a9575dcda6a5ee49c53372e9bdcce22b4729e2 /sonar-application/pom.xml
parentb69d37dd79c204256d793896d08871d0a9966057 (diff)
downloadsonarqube-ded4ba72e1abcf4522223514490356355fca9c1c.tar.gz
sonarqube-ded4ba72e1abcf4522223514490356355fca9c1c.zip
Fix enforcer rule about size of zip
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 405a83a5a43..f6832274df9 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -220,8 +220,8 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>84000000</minsize>
- <maxsize>880000000</maxsize>
+ <minsize>100000000</minsize>
+ <maxsize>115000000</maxsize>
<files>
<file>${project.build.directory}/sonarqube-${project.version}.zip</file>
</files>