aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2018-09-20 17:16:50 +0200
committerEric Hartmann <hartmann.eric@gmail.com>2018-09-20 17:16:50 +0200
commita9e4b4ad41f9cc9d5ec9344445f7b700a1d06523 (patch)
tree2981a00d8172f40b16c9f1f2356d4d3ec6201539 /pom.xml
parentc296e5e861b79c1460770b2ac08b3c93fd7cc54d (diff)
downloadsonar-scanner-cli-a9e4b4ad41f9cc9d5ec9344445f7b700a1d06523.tar.gz
sonar-scanner-cli-a9e4b4ad41f9cc9d5ec9344445f7b700a1d06523.zip
SQSCANNER-52 Increase size of produced zip
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6829722..badf49f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,8 +173,8 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>530000</minsize>
- <maxsize>550000</maxsize>
+ <minsize>540000</minsize>
+ <maxsize>570000</maxsize>
<files>
<file>${project.build.directory}/sonar-scanner-${project.version}.zip</file>
</files>