From cade1e8f19b3689962cf239037d01b5c04f663c6 Mon Sep 17 00:00:00 2001 From: dsyer Date: Mon, 4 Feb 2008 13:58:04 +0000 Subject: [PATCH] Add profile for clover build (inactive by default) --- pom.xml | 15 ++- spring-batch-core/pom.xml | 26 +++- spring-batch-execution/pom.xml | 178 ++++++++++++++++++++-------- spring-batch-infrastructure/pom.xml | 20 ++++ 4 files changed, 184 insertions(+), 55 deletions(-) diff --git a/pom.xml b/pom.xml index 369cf8c60..8fa2784c0 100644 --- a/pom.xml +++ b/pom.xml @@ -160,11 +160,12 @@ - org.apache.maven.plugins + com.atlassian.maven.plugins maven-clover-plugin + 2 - ${basedir}/src/test/resources/clover.license + ${clover.license.path} @@ -565,6 +566,11 @@ Lucas Ward lucas.l.ward@accenture.com + + robokaso + Robert Kasanicky + robert.kasanicky@accenture.com + @@ -622,6 +628,11 @@ https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext + + atlassian-m2-repository + Atlassian Maven 2.x Repository + http://repository.atlassian.com/maven2 + diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index 1c8969716..8404febcb 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 spring-batch-core @@ -16,6 +18,26 @@ .. + + + clover + + + + maven-clover-plugin + + + + + + + maven-clover-plugin + + + + + + org.springframework.batch @@ -37,7 +59,7 @@ easymock easymock - + org.springframework spring-beans diff --git a/spring-batch-execution/pom.xml b/spring-batch-execution/pom.xml index 4c7dbe5ae..f3eb45848 100644 --- a/spring-batch-execution/pom.xml +++ b/spring-batch-execution/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 spring-batch-execution @@ -16,6 +18,26 @@ .. + + + clover + + + + maven-clover-plugin + + + + + + + maven-clover-plugin + + + + + + org.springframework.batch @@ -40,12 +62,12 @@ junit junit - - cglib - cglib-nodep - test - - + + cglib + cglib-nodep + test + + org.springframework spring-beans @@ -80,105 +102,159 @@ generate-sources - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml index d71fa4797..68435a996 100644 --- a/spring-batch-infrastructure/pom.xml +++ b/spring-batch-infrastructure/pom.xml @@ -16,6 +16,26 @@ .. + + + clover + + + + maven-clover-plugin + + + + + + + maven-clover-plugin + + + + + + junit