From 2b27d00da4094eb6f4033add70e1dd19ed297349 Mon Sep 17 00:00:00 2001 From: vmassol Date: Fri, 5 Dec 2003 14:17:22 +0000 Subject: [PATCH] Now supports several compile and test directory sets. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114446 13f79535-47bb-0310-9956-ffa450edef68 --- clover/plugin.jelly | 31 +++++++++++++++++------ clover/src/plugin-test/maven.xml | 10 ++++++++ clover/src/plugin-test/project.properties | 1 + 3 files changed, 34 insertions(+), 8 deletions(-) diff --git a/clover/plugin.jelly b/clover/plugin.jelly index 47b917eb..889e4f67 100644 --- a/clover/plugin.jelly +++ b/clover/plugin.jelly @@ -83,24 +83,39 @@ Setting Clover compiler - - + + + + ${compileSrcSetString} + + ${testSrcSetString} - - - - - - + + + + + + + + + + + + + Now using primary build.compiler : ${build.compiler} diff --git a/clover/src/plugin-test/maven.xml b/clover/src/plugin-test/maven.xml index 000ae1fd..bdc8c495 100644 --- a/clover/src/plugin-test/maven.xml +++ b/clover/src/plugin-test/maven.xml @@ -3,6 +3,7 @@ xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:x="jelly:xml" + xmlns:maven="jelly:maven" xmlns:assert="assert"> @@ -10,6 +11,15 @@ + + + + + + + + diff --git a/clover/src/plugin-test/project.properties b/clover/src/plugin-test/project.properties index 39461619..555d0013 100644 --- a/clover/src/plugin-test/project.properties +++ b/clover/src/plugin-test/project.properties @@ -1 +1,2 @@ maven.clover.report.xml = true +maven.clover.instrument.tests = true