From 37cff05818aaca50223e858ed5db3a4e8e607387 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Mon, 20 Feb 2006 16:57:11 +0000 Subject: [PATCH] PR: MPJDEPEND-8 Set maven.jdepend.components to empty by default for backwards compatibility. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@379163 13f79535-47bb-0310-9956-ffa450edef68 --- jdepend/plugin.properties | 2 +- jdepend/xdocs/changes.xml | 1 + jdepend/xdocs/properties.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/jdepend/plugin.properties b/jdepend/plugin.properties index 9408da47..e443fc04 100644 --- a/jdepend/plugin.properties +++ b/jdepend/plugin.properties @@ -21,5 +21,5 @@ # ------------------------------------------------------------------- maven.jdepend.dirs=${maven.build.dest} -maven.jdepend.components=${pom.package} +maven.jdepend.components= #maven.jdepend.properties= \ No newline at end of file diff --git a/jdepend/xdocs/changes.xml b/jdepend/xdocs/changes.xml index 0a880625..4fa40d34 100644 --- a/jdepend/xdocs/changes.xml +++ b/jdepend/xdocs/changes.xml @@ -24,6 +24,7 @@ + Set maven.jdepend.components to empty by default for backwards compatibility. Cannot generate report without component property set. diff --git a/jdepend/xdocs/properties.xml b/jdepend/xdocs/properties.xml index 75ada9e8..c5aa2772 100644 --- a/jdepend/xdocs/properties.xml +++ b/jdepend/xdocs/properties.xml @@ -48,7 +48,7 @@ A comma-separated list of components to analyze. Corresponds to the -components command line argument - of JDepend. Defaults to ${pom.package}. + of JDepend. Defaults to empty.