From 182ece0bf694b69bd19614c8573b62c7e9abff0a Mon Sep 17 00:00:00 2001 From: carlos Date: Tue, 27 Sep 2005 01:55:37 +0000 Subject: [PATCH] Correct goal names and remove redundant properties git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@291805 13f79535-47bb-0310-9956-ffa450edef68 --- jdepend/xdocs/goals.xml | 6 +-- jdepend/xdocs/properties.xml | 83 ++---------------------------------- 2 files changed, 5 insertions(+), 84 deletions(-) diff --git a/jdepend/xdocs/goals.xml b/jdepend/xdocs/goals.xml index 906c4e97..7ec7296f 100644 --- a/jdepend/xdocs/goals.xml +++ b/jdepend/xdocs/goals.xml @@ -26,11 +26,7 @@ - jdepend - Generate a dependency report with JDepend - - - jdepend:generate-report + maven-jdepend-plugin:report Generate a dependency report with JDepend diff --git a/jdepend/xdocs/properties.xml b/jdepend/xdocs/properties.xml index 2a453a3e..36dd2f60 100644 --- a/jdepend/xdocs/properties.xml +++ b/jdepend/xdocs/properties.xml @@ -25,85 +25,10 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyOptional?Description
maven.conf.dirYes -

Default value is - ${basedir}/conf.

-
maven.gen.docsYes -

Default value is - ${maven.build.dir}/generated-xdocs.

-
maven.build.destYes -

Default value is - ${maven.build.dir}/classes.

-
maven.build.srcYes -

Default value is - ${maven.build.dir}/src.

-
maven.docs.srcYes -

Default value is - ${basedir}/xdocs.

-
maven.build.dirYes -

Default value is - ${basedir}/target.

-
maven.docs.destYes -

Default value is - ${maven.build.dir}/docs.

-
maven.docs.outputencodingYes -

Default value is - ISO-8859-1.

-
maven.src.dirYes -

Default value is - ${basedir}/src.

-
+

+ No properties besides those used in the + maven xdoc plugin +

\ No newline at end of file