diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2012-09-14 16:22:07 +0600 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2012-09-14 16:22:07 +0600 |
commit | 8d506f789ec47d6b8ea9c04fa767039a4696ce41 (patch) | |
tree | 33d548fa60f6395b08e8d5f45a7d8b7f0139f9ee /sonar-application/pom.xml | |
parent | 4976f97067d8fff02a3ecef3b0f2a251a82f549a (diff) | |
download | sonarqube-8d506f789ec47d6b8ea9c04fa767039a4696ce41.tar.gz sonarqube-8d506f789ec47d6b8ea9c04fa767039a4696ce41.zip |
Get rid of unnecessary files in assembly
This requires upgrade of maven-assembly-plugin to 2.2.2 because of
MASSEMBLY-570. Also should be noted that upgrade to 2.3 more
complicated - see comments for MASSEMBLY-449.
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 4f8085530e9..5676d17208e 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -216,7 +216,7 @@ <configuration> <rules> <requireFilesSize> - <maxsize>54000000</maxsize> + <maxsize>52600000</maxsize> <minsize>52000000</minsize> <files> <file>${project.build.directory}/sonar-${project.version}.zip</file> |