Note: This Mojo should be used as a Maven report.
Full name:
org.codehaus.mojo:taglist-maven-plugin:2.2:taglist
Description:
Scans the source files for tags and generates a report on their occurrences.
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| outputDirectory | File |
- |
The output directory for the report. Note that this parameter is
only evaluated if the goal is run directly from the command line or
from a build life cycle phase. If the goal is run indirectly as
part of a site generation, the output directory configured in the
Maven Site Plugin is used instead. Default value is: ${project.reporting.outputDirectory}. |
| Name | Type | Since | Description |
|---|---|---|---|
| aggregate | boolean |
- |
Whether to build an aggregated report at the root, or build
individual reports. Default value is: false. |
| emptyComments | boolean |
- |
This parameter indicates whether to look for tags even if they
don't have a comment. Default value is: true. |
| linkXRef | boolean |
- |
Link the tag line numbers to the source xref. Defaults to true and
will link automatically if jxr plugin is being used. Default value is: true. |
| multipleLineComments | boolean |
- |
This parameter indicates whether for simple tags (like "TODO"), the
analyser should look for multiple line comments. Default value is: true. |
| showEmptyDetails | boolean |
2.2 |
This parameter indicates whether to generate details for tags with
zero occurrences. Default value is: false. |
| tags | String[] |
- |
List of tags to look for, specified as <tag> tags. The tags
can be either:
|
| testXrefLocation | File |
- |
Location of the Test Xrefs to link to. Default value is: ${project.reporting.outputDirectory}/xref-test. |
| xrefLocation | File |
- |
Location of the Xrefs to link to. Default value is: ${project.reporting.outputDirectory}/xref. |
booleanNo${aggregate}falsebooleanNotruebooleanNo${linkXRef}truebooleanNotruejava.io.FileYes${project.reporting.outputDirectory}boolean2.2Nofalsejava.lang.String[]Nojava.io.FileNo${project.reporting.outputDirectory}/xref-testjava.io.FileNo${project.reporting.outputDirectory}/xref