Tag List Report
The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
| Tag Class | Total number of occurrences | Tag strings used by tag class |
|---|---|---|
| Deprecated Work | 7 | @deprecated |
| FIXME Work | 0 | fixme, @fixme |
| Todo Work | 1 | todo, @todo |
Each tag is detailed below:
Deprecated Work
Number of occurrences found in the code: 7
| org.apache.maven.plugin.plugin.report_old.PluginReport | Line |
|---|---|
| use the maven-plugin-report-plugin instead | 68 |
| not used in report, will be removed in the next major version | 83 |
| will be removed in the next major version, please don't use | 113 |
| not used in report, will be removed in the next major version | 136 |
| use {@link #skip} parameter instead | 147 |
| No longer evaluated, use {@link #enhancedPluginXmlFile}. | 202 |
| org.apache.maven.plugin.plugin.report_old.Requirements | Line |
| will be removed in the next major version | 26 |
Todo Work
Number of occurrences found in the code: 1
| org.apache.maven.plugin.plugin.DescriptorGeneratorMojo | Line |
|---|---|
| could use this more, eg in the writing of the plugin descriptor! | 315 |


