Fork me on GitHub

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
Deprecated Work 1 @deprecated
FIXME Work 0 fixme, @fixme
Todo Work 7 todo, @todo

Each tag is detailed below:

Deprecated Work

Number of occurrences found in the code: 1

org.apache.maven.archetype.mojos.MavenArchetypeMojo Line
Please use the generate mojo instead. 49

Todo Work

Number of occurrences found in the code: 7

org.apache.maven.archetype.mojos.MavenArchetypeMojo Line
prompt for missing values 175
configurable license 176
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. 251
we'll need to allow finer grained creation of repositories but this will do for now 258
org.apache.maven.archetype.ui.generation.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 should take care of reporting the error. The selector should not be downloading anything. 34
org.apache.maven.archetype.ui.generation.DefaultArchetypeGenerationConfigurator Line
this seems to have more responsibilities than just a configurator 53
org.apache.maven.archetype.ui.generation.DefaultArchetypeGenerationConfiguratorTest Line
should test this in interactive mode to check for prompting 112