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 |
---|---|---|
@todo | 0 | @todo |
TODO | 4 | TODO |
Each tag is detailed below:
TODO
Number of occurrences found in the code: 4
org.apache.maven.model.merge.MavenModelMerger | Line |
---|---|
Whether the merge continues recursively into an existing node or not could be an option for the generated merger | 115 |
The order of the merged list could be controlled by an attribute in the model association: target-first, source-first, dominant-first, recessive-first | 272 |
Whether duplicates should be removed looks like an option for the generated merger. | 317 |
org.apache.maven.model.validation.DefaultModelValidator | Line |
Extensions like Flex Mojos use custom scopes like "merged", "internal", "external", etc. In order to don't break backward-compat with those, only warn but don't error out. | 439 |