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:
runtime.compile prior to executing itself.| 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. |
linkXRef :
Whether to link the XRef if found.
booleanNo${linkXRef}trueLocation where generated html will be created.
java.lang.StringNo${project.reporting.outputDirectory}project :
Maven Project
org.apache.maven.project.MavenProjectNo${project}The path of the result/log of spoon compiler/analyzer.
java.io.FileNo${project.build.directory}/spoon-report.csvLocation of the Xrefs to link.
java.io.FileNo${project.reporting.outputDirectory}/xref