diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-02-08 10:28:33 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-02-08 10:28:33 +0100 |
commit | 1a33f1150487059d415357d478e1d0521d4aff66 (patch) | |
tree | de55f7d24fe35e67394bbe4f5723dd8d6d671c1e /sonar-application | |
parent | ce9f2b67a8641de222a2fe2e7f1e2dd38553ee84 (diff) | |
download | sonarqube-1a33f1150487059d415357d478e1d0521d4aff66.tar.gz sonarqube-1a33f1150487059d415357d478e1d0521d4aff66.zip |
SONAR-7261 Increase expected jar size
Diffstat (limited to 'sonar-application')
-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 a381af359ac..b787445a3c6 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -233,7 +233,7 @@ <rules> <requireFilesSize> <minsize>105000000</minsize> - <maxsize>120000000</maxsize> + <maxsize>125000000</maxsize> <files> <file>${project.build.directory}/sonarqube-${project.version}.zip</file> </files> |