diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-09-20 14:25:44 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-09-20 14:25:55 +0200 |
commit | 5508be0d64edf87251ff69ad7901212426747473 (patch) | |
tree | ccbfff58389ab0b8b60aea662db4b08d8954634c /sonar-application | |
parent | c6d736b4570557a666f3508477b295df16b2e5e3 (diff) | |
download | sonarqube-5508be0d64edf87251ff69ad7901212426747473.tar.gz sonarqube-5508be0d64edf87251ff69ad7901212426747473.zip |
Fix size of zip file on windows
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/pom.xml | 4 |
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> |