From 773a0d6969c1f72dbf084444aa1480bf5fd25c02 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Tue, 22 Aug 2006 15:45:18 +0000 Subject: [PATCH] Add clirr plugin and build test-jar --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index e0081374ac..dbef7b9390 100644 --- a/pom.xml +++ b/pom.xml @@ -218,6 +218,18 @@ 1.3 + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + package + + + org.apache.maven.plugins maven-surefire-plugin @@ -291,6 +303,10 @@ org.codehaus.mojo taglist-maven-plugin + + org.codehaus.mojo + clirr-maven-plugin +