aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-02-05 19:07:42 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-02-05 19:10:17 +0100
commitb58601cce773c23cdef9feb56e0cc486f000001a (patch)
tree1acd3da6c4cdaabb0e7375f5613beb3da418e079 /sonar-application/pom.xml
parentf0e662a2b73e0e9ae70b005e7093c5c27fab24d8 (diff)
downloadsonarqube-b58601cce773c23cdef9feb56e0cc486f000001a.tar.gz
sonarqube-b58601cce773c23cdef9feb56e0cc486f000001a.zip
SONAR-2501 a test plan can have multiple test cases with the same name (see TestNG)
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 02576867e15..7c733839da0 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -210,7 +210,7 @@
<configuration>
<rules>
<requireFilesSize>
- <maxsize>54000000</maxsize>
+ <maxsize>55000000</maxsize>
<minsize>52000000</minsize>
<files>
<file>${project.build.directory}/sonar-${project.version}.zip</file>