From b2e86a65bbab0c3fcefe6cfe22c077ea5e1f4ae8 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Mon, 4 Sep 2006 20:01:14 +0000 Subject: [PATCH] --- pom.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a58eb1ca..70926cee 100644 --- a/pom.xml +++ b/pom.xml @@ -276,6 +276,8 @@ + checkstyle + javadoc dependencies project-team mailing-list @@ -306,10 +308,34 @@ org.codehaus.mojo surefire-report-maven-plugin - + + org.codehaus.mojo cobertura-maven-plugin + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + config/sun_checks.xml + + + + + + org.codehaus.mojo + taglist-maven-plugin + + + TODO + @todo + FIXME + + + + -- 2.31.1