|
Annotation Types Summary |
| MojoAggregator |
Determines how Maven will execute this mojo in the context of a
multimodule build. |
| MojoAnnotation |
Used to annotate all other mojo annotations |
| MojoComponent |
. |
| MojoConfigurator |
The configurator type to use when injecting parameter values into this Mojo. |
| MojoExecute |
When this goal is invoked, it will first invoke a parallel lifecycle,
ending at the given phase. |
| MojoGoal |
The name for the Mojo that users will reference from the command line
to execute the Mojo directly, or inside a POM in order to provide
Mojo-specific configuration. |
| MojoInheritedByDefault |
Tells Maven that the this plugin's configuration should be inherted from
a parent POM by default. |
| MojoInstantiationStrategy |
. |
| MojoMultiExecution |
. |
| MojoParameter |
A parameter the plugin is expecting. |
| MojoPhase |
Binds this Mojo to a particular phase of the standard build lifecycle, if specified. |
| MojoRequiresDependencyResolution |
Flags this Mojo as requiring the dependencies in the specified scope
(or an implied scope) to be resolved before it can execute. |
| MojoRequiresDirectInvocation |
Tells Maven that this mojo can ONLY be invoked directly, via the
command line. |
| MojoRequiresOnline |
Some mojos cannot execute if they don't have access to a network
connection. |
| MojoRequiresProject |
Tells Maven that a valid project instance must be present for this mojo to
execute. |