diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-09-20 14:31:30 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-09-20 14:31:30 +0200 |
commit | dedb6801dc42ee1c4d44f80a063d7121a4208c7f (patch) | |
tree | e105374705cb8474db8bea43ee6a30de76195cae /sonar-application | |
parent | 5508be0d64edf87251ff69ad7901212426747473 (diff) | |
download | sonarqube-dedb6801dc42ee1c4d44f80a063d7121a4208c7f.tar.gz sonarqube-dedb6801dc42ee1c4d44f80a063d7121a4208c7f.zip |
Fix size of zip file on windows (try again)
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 ebe3a554dd6..5a9e17e4cd8 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -227,8 +227,8 @@ <configuration> <rules> <requireFilesSize> - <minsize>61000000</minsize> - <maxsize>66000000</maxsize> + <minsize>60000000</minsize> + <maxsize>65000000</maxsize> <files> <file>${project.build.directory}/sonar-${project.version}.zip</file> </files> |