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 Total number of occurrences
@todo 1
TODO 6

Each tag is detailed below:

@todo

Number of occurrences found in the code: 1

org.apache.maven.artifact.ant.InstallTask Line
should be able to incorporate into the install mojo? 37

TODO

Number of occurrences found in the code: 6

org.apache.maven.artifact.ant.AbstractArtifactTask Line
Warn the user, or not? 148
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 info 421
maybe not strictly correct, while we should enforce that packaging has a type handler of the same id, we don't 564
not sure this is the best way to do this... 653
org.apache.maven.artifact.ant.AbstractArtifactWithRepositoryTask Line
could we utilize the super POM for this? 50
org.apache.maven.artifact.ant.Pom Line
should this be in execute() too? Would that work when it is used as a type? 163