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 | 2 |
| TODO | 3 |
Each tag is detailed below:
Number of occurrences found in the code: 2
| org.apache.maven.plugin.descriptor.MojoDescriptor | Line |
|---|---|
| is there a need for the delegation of MavenMojoDescriptor to this? Why not just extend ComponentDescriptor here? | 39 |
| org.apache.maven.plugin.descriptor.PluginDescriptor | Line |
| move to plugin-tools-api as a default only | 164 |
Number of occurrences found in the code: 3
| org.apache.maven.plugin.descriptor.PluginDescriptor | Line |
|---|---|
| could we use a map? Maybe if the parent did that for components too, as this is too vulnerable to changes above not being propogated to the map | 263 |
| org.apache.maven.plugin.descriptor.PluginDescriptorBuilder | Line |
| this should not need to be handed off... | 286 |
| Go back to this when we get the container ready to configure mojos... mojo.setConfiguration( c.getChild( "configuration" ) ); | 294 |