jdepend:generate

Note: This Mojo should be used as a Maven report.

Full name:

org.codehaus.mojo:jdepend-maven-plugin:2.0-beta-2:generate

Description:

Run JDepend and generate a site report.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Invokes the execution of the lifecycle phase compile prior to executing itself.

Required Parameters

Name Type Since Description
classDirectory String - Directory containing the class files.
outputDirectory String - Directory where the generated output site files will be located.

Optional Parameters

Name Type Since Description
projectDirectory String - Directory of the project.

Parameter Details

classDirectory :

Directory containing the class files.

  • Type: java.lang.String
  • Required: Yes
  • Expression: ${project.build.outputDirectory}

outputDirectory :

Directory where the generated output site files will be located.

  • Type: java.lang.String
  • Required: Yes
  • Expression: ${project.build.directory}/site

projectDirectory :

Directory of the project.

  • Type: java.lang.String
  • Required: No
  • Expression: ${basedir}