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
@todo4@todo
TODO7TODO

Each tag is detailed below:

@todo

Number of occurrences found in the code: 4

org.apache.maven.archetype.ui.creation.ArchetypeCreationQueryerLine
this interface is bound to its implementation through the prompter exception28
org.apache.maven.archetype.ui.generation.ArchetypeGenerationQueryerLine
this interface is bound to its implementation through the prompter exception28
org.apache.maven.archetype.ui.generation.ArchetypeSelectionQueryerLine
this interface is bound to its implementation through the prompter exception32
org.apache.maven.archetype.ui.generation.DefaultArchetypeGenerationConfiguratorTestLine
probably testing a little deep, could just test ArchetypeConfiguration39

TODO

Number of occurrences found in the code: 7

org.apache.maven.archetype.mojos.MavenArchetypeMojoLine
prompt for missing values171
configurable license172
this should be put in John's artifact utils and used from there instead of being repeated here. Creating artifact repositories is somewhat cumbersome atm.247
we'll need to allow finer grained creation of repositories but this will do for now254
org.apache.maven.archetype.ui.generation.ArchetypeSelectorLine
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 should take care of reporting the error. The selector should not be downloading anything.34
org.apache.maven.archetype.ui.generation.DefaultArchetypeGenerationConfiguratorLine
this seems to have more responsibilities than just a configurator48
org.apache.maven.archetype.ui.generation.DefaultArchetypeGenerationConfiguratorTestLine
should test this in interactive mode to check for prompting112