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

Each tag is detailed below:

Todo Work

Number of occurrences found in the code: 14

org.apache.maven.api.Language Line
this should be moved out from here to Java Support (builtin into core) 48
org.apache.maven.api.Listener Line
open this to other events like similar to {@code org.apache.maven.eventspy.EventSpy} 27
org.apache.maven.api.Packaging Line
define how to plug in new packaging definitions using the SPI. the packaging are currently defined by Maven 3 {@code Provider<LifecycleMapping>} 31
org.apache.maven.api.PathScope Line
what if I simply want all dependencies ? 49
org.apache.maven.api.Session Line
move the remote repositories in the requests (plugins will need to access this list somehow) 40
add request trace so that requests can be linked together and through the resolver 41
add a Request interface holding session + parent request 42
org.apache.maven.api.plugin.annotations.Mojo Line
v4: add a SPI for the configurator configurator bean name. 78
org.apache.maven.api.services.DependencyCoordinateFactory Line
hard coded string 74
hard coded string 81
org.apache.maven.api.services.ModelBuilderRequest Line
replace ModelRepositoryHolder with just the enum for the strategy 40
replace validation level with an enum (though, we usually need just a boolean) 41
org.apache.maven.api.services.ProjectBuilderRequest Line
add validationLevel, activeProfileIds, inactiveProfileIds, resolveDependencies 37
org.apache.maven.api.services.ToolchainFactory Line
implement ToolchainFactory 30