Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.5
-
None
Description
The cobertura extension does not handle it's dependencies correctly when trying to use cobertura 1.9.4. Cobertura switched to ASM 3.0 for their 1.9.1 release while the extension hardcodes asm 2.2.1.
The attached patch replaces the dependencies with an artifact namespace and automatically handles the asm version if not specified by the user.
As an extra bonus I've also extended CoberturaConfig to handle ignore regexps, which was a small missing feature.