From 1151b0dd01c353e56f5ad9f8fbe779bff5415d0a Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Sat, 30 Dec 2006 17:43:18 +0000 Subject: [PATCH] Remove reference to old maven-xdoc-plugin. Add the same reports as for Maven 1: javadoc, jdepend, cross reference and test results. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@491260 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 39 ++++++++++++++++++++++++++++++--------- 1 file changed, 30 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 017a267..3b01089 100644 --- a/pom.xml +++ b/pom.xml @@ -311,15 +311,6 @@ --> - @@ -356,6 +347,36 @@ + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.codehaus.mojo + jdepend-maven-plugin + 2.0-beta-1 + + + org.apache.maven.plugins + maven-jxr-plugin + + + org.apache.maven.plugins + maven-surefire-report-plugin + + +