diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-04-06 00:59:45 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-04-06 00:59:45 +0200 |
commit | df9143f33c3acd3a50dd385affbbb656a96ee32f (patch) | |
tree | 02bb39b13635740450a519ecf6acc50064a7dbb1 /sonar-runner-dist/pom.xml | |
parent | 0d9baa7b02f94e1706c6922cc56b1fae2a2bf0f5 (diff) | |
download | sonar-scanner-cli-df9143f33c3acd3a50dd385affbbb656a96ee32f.tar.gz sonar-scanner-cli-df9143f33c3acd3a50dd385affbbb656a96ee32f.zip |
Add unit tests
Diffstat (limited to 'sonar-runner-dist/pom.xml')
-rw-r--r-- | sonar-runner-dist/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-runner-dist/pom.xml b/sonar-runner-dist/pom.xml index b5e023a..54d2e6d 100644 --- a/sonar-runner-dist/pom.xml +++ b/sonar-runner-dist/pom.xml @@ -113,8 +113,8 @@ <configuration> <rules> <requireFilesSize> - <minsize>200000</minsize> - <maxsize>220000</maxsize> + <minsize>220000</minsize> + <maxsize>240000</maxsize> <files> <file>${pom.build.directory}/sonar-runner-${pom.version}.zip</file> </files> |