]> source.dussan.org Git - sonarqube.git/commitdiff
Fix minimum acceptable size of zip
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 15 Feb 2013 11:32:00 +0000 (12:32 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 15 Feb 2013 11:32:21 +0000 (12:32 +0100)
sonar-application/pom.xml

index 4660e7bafc2d10dc6a7f12e0bae14c76521f585f..3773fbe11be641f9ea8305b3d49e24754f19f8e8 100644 (file)
               <rules>
                 <requireFilesSize>
                   <maxsize>56000000</maxsize>
-                  <minsize>53000000</minsize>
+                  <minsize>52000000</minsize>
                   <files>
                     <file>${project.build.directory}/sonar-${project.version}.zip</file>
                   </files>