diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-04 11:40:50 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-04 11:40:50 +0100 |
commit | ae22f95ddec943636e3a7b15aa77c42d8ef62482 (patch) | |
tree | 9c87bcf52f67d4dc5ec38f2cb97557348cf5f17e /sonar-application/pom.xml | |
parent | 6edc93d798f30fdaec08e5677903b68c729903e1 (diff) | |
download | sonarqube-ae22f95ddec943636e3a7b15aa77c42d8ef62482.tar.gz sonarqube-ae22f95ddec943636e3a7b15aa77c42d8ef62482.zip |
Fix size of application
Diffstat (limited to 'sonar-application/pom.xml')
-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 8546509535b..02576867e15 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -210,8 +210,8 @@ <configuration> <rules> <requireFilesSize> - <maxsize>51000000</maxsize> - <minsize>49000000</minsize> + <maxsize>54000000</maxsize> + <minsize>52000000</minsize> <files> <file>${project.build.directory}/sonar-${project.version}.zip</file> </files> |