diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-05 19:07:42 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-05 19:10:17 +0100 |
commit | b58601cce773c23cdef9feb56e0cc486f000001a (patch) | |
tree | 1acd3da6c4cdaabb0e7375f5613beb3da418e079 /sonar-application/pom.xml | |
parent | f0e662a2b73e0e9ae70b005e7093c5c27fab24d8 (diff) | |
download | sonarqube-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.xml | 2 |
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> |