See also the properties in the Maven xdoc and java plugins.
Property | Optional? | 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.
|