From 929c7df9b057e259a436d22c020f64dfa3eda105 Mon Sep 17 00:00:00 2001 From: "Seth J. Morabito" Date: Mon, 8 Dec 2008 14:45:22 -0800 Subject: [PATCH] Added Cobertura (formerly jcoverage) plugin to pom.xml --- .gitignore | 1 + pom.xml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 60 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5d06257..a1be012 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ target .classpath .project .settings +.DS_Store diff --git a/pom.xml b/pom.xml index cd29064..2858ed2 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 com.loomcom.lm6502 lm6502 @@ -15,7 +15,7 @@ test - + @@ -46,7 +46,64 @@ + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.1 + + + false + + + com.loomcom.lm6502.* + 90 + 90 + + + com.loomcom.lm6502.* + 90 + 90 + + + + + + com/loomcom/**/*.class + + + + + + clean + pre-site + + clean + + + + instrument + site + + instrument + cobertura + check + + + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + + + +