Issue Type: Improvement Improvement
Assignee: Unassigned
Attachments: patch-cobertura-plugin.patch
Created: 05/Jun/13 9:44 AM
Description:

Added patch to support it. Problem with that patch that new cobertura depends on asm 4.1 but they deploy dependency as 3.3.1. Problem with Asm is that no new library uploaded into maven repositories ;-/. My working testing configuration

 
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>cobertura-maven-plugin</artifactId>
				<version>2.6-SNAPSHOT</version>
				<configuration>
					<instrumentation>
						<ignoreTrivial>true</ignoreTrivial>					
					</instrumentation>
				</configuration>
				<dependencies>
					<dependency>
						<groupId>asm</groupId>
						<artifactId>asm</artifactId>
						<version>4.1</version>
					</dependency>
					<dependency>
						<groupId>asm</groupId>
						<artifactId>asm-tree</artifactId>
						<version>4.1</version>
					</dependency>
					<dependency>
						<groupId>asm</groupId>
						<artifactId>asm-commons</artifactId>
						<version>4.1</version>
					</dependency>
				</dependencies>
			</plugin>
Project: Maven 2.x Cobertura Plugin
Priority: Major Major
Reporter: Dávid Ignji?
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to