diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-05-27 17:12:32 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-05-27 17:12:32 +0200 |
commit | 7a8b3b21b66a14297056d2fbe26f5e234812706d (patch) | |
tree | e1ff15eb305420a9b219b42687656aafa3cd55d2 /sonar-application/pom.xml | |
parent | 1450573607d3d41ab9e2791475645da339ecedae (diff) | |
download | sonarqube-7a8b3b21b66a14297056d2fbe26f5e234812706d.tar.gz sonarqube-7a8b3b21b66a14297056d2fbe26f5e234812706d.zip |
Bump enforced application size a bit higher
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 60c410f9536..4340d3dc57d 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -260,7 +260,7 @@ <rules> <requireFilesSize> <minsize>80000000</minsize> - <maxsize>88000000</maxsize> + <maxsize>90000000</maxsize> <files> <file>${project.build.directory}/sonarqube-${project.version}.zip</file> </files> |