diff --git a/jdepend/plugin.jelly b/jdepend/plugin.jelly index 7617c8c8..d556e126 100644 --- a/jdepend/plugin.jelly +++ b/jdepend/plugin.jelly @@ -21,6 +21,7 @@ @@ -59,6 +60,10 @@ + + + + + diff --git a/jdepend/plugin.properties b/jdepend/plugin.properties index 560cfecc..9408da47 100644 --- a/jdepend/plugin.properties +++ b/jdepend/plugin.properties @@ -22,3 +22,4 @@ maven.jdepend.dirs=${maven.build.dest} maven.jdepend.components=${pom.package} +#maven.jdepend.properties= \ No newline at end of file diff --git a/jdepend/xdocs/changes.xml b/jdepend/xdocs/changes.xml index c3a150dc..8314a5db 100644 --- a/jdepend/xdocs/changes.xml +++ b/jdepend/xdocs/changes.xml @@ -24,6 +24,7 @@ + New property maven.jdepend.properties to specify a custom jdepend.properties file. New maven.jdepend.dirs and maven.jdepend.components properties. Upgrade to JDepend 2.9.1. Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : diff --git a/jdepend/xdocs/properties.xml b/jdepend/xdocs/properties.xml index d9c9b77a..1f1ff1d3 100644 --- a/jdepend/xdocs/properties.xml +++ b/jdepend/xdocs/properties.xml @@ -51,6 +51,13 @@ of JDepend. Defaults to ${maven.build.dest}. + + maven.jdepend.properties + Yes + + The location of a custom jdepend.properties file. + +