aboutsummaryrefslogtreecommitdiff
path: root/jacoco
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2014-03-18 00:08:13 +0100
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2014-03-18 00:25:10 +0100
commit351b20ee84db15e054b01c3a5e7b4234cecad890 (patch)
tree639ffaf631ae8449c738222b603b941e78f55f64 /jacoco
parent0bc4a63f608bb2b6405bdbd7f216e8b1a87f6c5c (diff)
downloadjacoco-351b20ee84db15e054b01c3a5e7b4234cecad890.tar.gz
Upgrade to ASM5. Now using asm-debug-all as asm-all is broken and we get
better stack traces.
Diffstat (limited to 'jacoco')
-rw-r--r--jacoco/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jacoco/pom.xml b/jacoco/pom.xml
index 6f7bec2a..ae322b7e 100644
--- a/jacoco/pom.xml
+++ b/jacoco/pom.xml
@@ -108,8 +108,8 @@
<configuration>
<rules>
<requireFilesSize>
- <maxsize>2710000</maxsize>
- <minsize>2100000</minsize>
+ <maxsize>3000000</maxsize>
+ <minsize>2500000</minsize>
<files>
<file>${project.build.directory}/jacoco-${qualified.bundle.version}.zip</file>
</files>