From 57f7d181cecba412ae8be8b0cc69116960dbdd4b Mon Sep 17 00:00:00 2001 From: Ceki Gulcu Date: Thu, 26 Mar 2015 17:25:30 +0100 Subject: [PATCH] added cobertura support for the build --- logback-examples/pom.xml | 17 ++++++++++++++++- pom.xml | 21 +++++++++++++++++++-- 2 files changed, 35 insertions(+), 3 deletions(-) mode change 100644 => 100755 logback-examples/pom.xml diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml old mode 100644 new mode 100755 index 32796560c..b8fb75d0f --- a/logback-examples/pom.xml +++ b/logback-examples/pom.xml @@ -83,6 +83,21 @@ - + + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura.maven.plugin.version} + + + + chapters/**/*.class + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 4a4a1a42e..5267a8781 100755 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ 7.5.1.v20110908 1.9 2.9.1 - + 2.6 1.9.0 @@ -319,12 +319,16 @@ + + + org.apache.maven.plugins maven-site-plugin + org.apache.maven.plugins maven-jxr-plugin @@ -335,6 +339,19 @@ true + + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura.maven.plugin.version} + + + html + + true + + + org.apache.maven.plugins @@ -342,7 +359,6 @@ 2.10.1 true - http://docs.oracle.com/javase/6/docs/api/ @@ -376,6 +392,7 @@ + -- GitLab