spoon:report-only

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

Full name:

net.sf.alchim:spoon-maven-plugin:0.7.1:report-only

Description:

(no description)

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Requires dependency resolution of artifacts in scope: runtime.
  • Invokes the execution of the lifecycle phase compile prior to executing itself.

Optional Parameters

Name Type Since Description
linkXRef boolean - Whether to link the XRef if found. Default value is: true.
outputDirectory String - Location where generated html will be created. Default value is: ${project.reporting.outputDirectory}.
project MavenProject - Maven Project
reportDataFile File - The path of the result/log of spoon compiler/analyzer.
xrefLocation File - Location of the Xrefs to link. Default value is: ${project.reporting.outputDirectory}/xref.

Parameter Details

linkXRef :

Whether to link the XRef if found.

  • Type: boolean
  • Required: No
  • Expression: ${linkXRef}
  • Default: true

outputDirectory :

Location where generated html will be created.

  • Type: java.lang.String
  • Required: No
  • Default: ${project.reporting.outputDirectory}

project :

Maven Project

  • Type: org.apache.maven.project.MavenProject
  • Required: No
  • Expression: ${project}

reportDataFile :

The path of the result/log of spoon compiler/analyzer.

  • Type: java.io.File
  • Required: No
  • Expression: ${project.build.directory}/spoon-report.csv

xrefLocation :

Location of the Xrefs to link.

  • Type: java.io.File
  • Required: No
  • Default: ${project.reporting.outputDirectory}/xref