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 ClassTotal number of occurrencesTag strings used by tag class
@todo1@todo
TODO5TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 1

org.apache.maven.artifact.ant.InstallTaskLine
should be able to incorporate into the install mojo?35

TODO

Number of occurrences found in the code: 5

org.apache.maven.artifact.ant.AbstractArtifactTaskLine
Warn the user, or not?152
actually, we need to not funnel this through the ant repository - we should pump settings into wagon manager at the start like m2 does, and then match up by repository id As is, this could potentially cause a problem with 2 remote repositories with different authentication info423
maybe not strictly correct, while we should enforce that packaging has a type handler of the same id, we don't582
not sure this is the best way to do this...723
org.apache.maven.artifact.ant.AbstractArtifactWithRepositoryTaskLine
could we utilize the super POM for this?52