From c190f7dcc2c0d6cc84956fc8443f60a12d8645e1 Mon Sep 17 00:00:00 2001 From: Stephen Vinoski Date: Wed, 20 Dec 2006 22:46:12 +0000 Subject: add clover support, fix logging level variables Added support for the clover plugin to the top-level pom, and eliminated redundant amqj.logging.level variables from module poms. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489215 13f79535-47bb-0310-9956-ffa450edef68 --- java/broker/pom.xml | 4 +--- java/client/pom.xml | 1 - java/pom.xml | 30 ++++++++++++++++++++++++++---- java/systests/pom.xml | 1 - 4 files changed, 27 insertions(+), 9 deletions(-) (limited to 'java') diff --git a/java/broker/pom.xml b/java/broker/pom.xml index 5f4c490fd4..485fcf896b 100644 --- a/java/broker/pom.xml +++ b/java/broker/pom.xml @@ -34,7 +34,6 @@ .. - warn @@ -95,7 +94,7 @@ generate-sources ${basedir}/src/main/grammar - ${basedir}/target/generated + ${basedir}/target/generated-sources org.apache.qpid.server.filter.jms.selector @@ -104,7 +103,6 @@ - org.apache.maven.plugins maven-surefire-plugin diff --git a/java/client/pom.xml b/java/client/pom.xml index a280430ece..68e6f30e01 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -35,7 +35,6 @@ .. - warn diff --git a/java/pom.xml b/java/pom.xml index dd5280cfde..6cd745726f 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -87,6 +87,7 @@ 2.2 2.0 2.0 + 3.8.1 2.0 2.0 2.2 @@ -94,9 +95,10 @@ 2.1-SNAPSHOT 2.2 - debug + warn ${basedir}/${topDirectoryLocation}/../workspace + /set/clover/license/path/here @@ -241,9 +243,25 @@ true - + + org.apache.maven.plugins + maven-clover-plugin + 2.3 + + ${clover.license.pathname} + ${java.source.version} + + + + verify + + instrument + aggregate + + + + - install @@ -335,7 +353,7 @@ junit junit - 3.8.1 + ${junit.version} test @@ -399,6 +417,10 @@ maven-javadoc-plugin ${javadoc.version} + + org.apache.maven.plugins + maven-clover-plugin + diff --git a/java/systests/pom.xml b/java/systests/pom.xml index 93c8a2333b..c73e5f2c44 100644 --- a/java/systests/pom.xml +++ b/java/systests/pom.xml @@ -34,7 +34,6 @@ .. - warn -- cgit v1.2.1