Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

jdepend Settings

See also the properties in the Maven xdoc and java plugins.

PropertyOptional?Description
maven.jdepend.dirs Yes A space-separated list of directories where the class files to analyze are found. Defaults to ${maven.build.dest}.
maven.jdepend.components Yes A comma-separated list of components to analyze. Corresponds to the -components command line argument of JDepend. Defaults to empty.
maven.jdepend.properties Yes The location of a custom jdepend.properties file.