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 2 @todo
TODO 9 TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 2

org.apache.maven.archetype.ui.ArchetypeSelectionQueryer Line
this interface is bound to it's implementation through the prompter exception 29
org.apache.maven.archetype.ui.DefaultArchetypeGenerationConfiguratorTest Line
probably testing a little deep, could just test ArchetypeConfiguration 39

TODO

Number of occurrences found in the code: 9

org.apache.maven.archetype.mojos.IntegrationTestMojo Line
fix this to use request 214
org.apache.maven.archetype.mojos.MavenArchetypeMojo Line
prompt for missing values 172
configurable license 173
context mojo more appropriate? 197
this should be put in John's artifact utils and used from there instead of being repeated here. Creating artifact repositories is someowhat cumbersome atm. 252
we'll need to allow finer grained creation of repositories but this will do for now 259
org.apache.maven.archetype.ui.ArchetypeSelector Line
We should need any remote repositories here, we should simply be doing selection, any remote catalogs should be validating correctness, and if it so happens we get a crap entry then the generation mechanism 31
org.apache.maven.archetype.ui.DefaultArchetypeGenerationConfigurator Line
this seems to have more responsibilities than just a configurator 48
org.apache.maven.archetype.ui.DefaultArchetypeGenerationConfiguratorTest Line
should test this in interactive mode to check for prompting 112