diff options
author | Jenkins CI <ci@sonarsource.com> | 2015-10-14 08:01:18 +0200 |
---|---|---|
committer | Jenkins CI <ci@sonarsource.com> | 2015-10-14 08:01:18 +0200 |
commit | e51e9c9eb0145ea5e9d40453554c456585b79936 (patch) | |
tree | 8b1adf27c56a12e762cdd304f09311cc7fff77bb /sonar-application | |
parent | 8350b39ed0563e9beb354fe27524c95ea4692b67 (diff) | |
parent | 3afe7a9001453a7106c488a1429e3bff91c8545f (diff) | |
download | sonarqube-e51e9c9eb0145ea5e9d40453554c456585b79936.tar.gz sonarqube-e51e9c9eb0145ea5e9d40453554c456585b79936.zip |
Automatic merge from branch-5.1
* origin/branch-5.2:
Improve message when trying to install a non-plugin JAR
Fix enforcer rule about size of zip
Fix reliability of NetworkUtils#freePort()
Fix Maven warnings
SONAR-6219 Fix ruby warning "don't put space before argument parentheses"
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 9435b2310ae..373c924c2c3 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -220,8 +220,8 @@ <configuration> <rules> <requireFilesSize> - <minsize>84000000</minsize> - <maxsize>880000000</maxsize> + <minsize>100000000</minsize> + <maxsize>115000000</maxsize> <files> <file>${project.build.directory}/sonarqube-${project.version}.zip</file> </files> |