|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Taglet
for annotations specified at the Mojo parameter level.Taglet
for Maven Mojo annotations.Taglet
for annotations specified at the Mojo class level.JavaMojoAnnotation.COMPONENT
instead of.
@component role="..."
.
JavaMojoAnnotation.COMPONENT_ROLE
instead of.
@component roleHint="..."
.
JavaMojoAnnotation.COMPONENT_ROLEHINT
instead of.
JavaMojoAnnotation.CONFIGURATOR
instead of.
PluginToolsRequest
, which is used to pass parameters to components used to extract
MojoDescriptor
instances from different types of metadata for a given plugin.@deprecated <since-text>
JavaMojoAnnotation.DEPRECATED
instead of.
@execute ...
.
JavaMojoAnnotation.EXECUTE
instead of.
MojoDescriptorExtractor.execute(PluginToolsRequest)
instead.
Provided for backward compatibility with maven-plugin-plugin < 2.5.
Generator.execute(File, PluginToolsRequest)
instead.
JavaMojoAnnotation.EXECUTE_GOAL
instead of.
JavaMojoAnnotation.EXECUTE_LIFECYCLE
instead of.
JavaMojoAnnotation.EXECUTE_PHASE
instead of.
@executionStrategy <strategy>
.
PluginDescriptor
currently being populated as part of the build of the
current plugin project.
PluginDescriptor
currently being populated as part of the build of the
current plugin project.
MavenProject
instance in use.
MavenProject
instance in use.
JavaMojoAnnotation.GOAL
instead of.
JavaMojoAnnotation.DESCRIPTION
instead of.
JavaMojoAnnotation.INHERIT_BY_DEFAULT
instead of.
JavaMojoAnnotation.AGGREGATOR
instead of.
JavaMojoAnnotation.MULTI_EXECUTION_STRATEGY
instead of.
JavaMojoAnnotation.REQUIRES_DEPENDENCY_RESOLUTION
instead of.
JavaMojoAnnotation.REQUIRES_DIRECT_INVOCATION
instead of.
JavaMojoAnnotation.REQUIRES_ONLINE
instead of.
JavaMojoAnnotation.REQUIRES_PROJECT
instead of.
JavaMojoAnnotation.REQUIRES_REPORTS
instead of.
HelpMojo
class.@instantiationStrategy <per-lookup>
.
JavaMojoAnnotation.INSTANTIATION_STRATEGY
instead of.
@attainAlways
.
plugin.xml
file will be put.
HelpMojo
file will be put.
@parameter ...
JavaMojoAnnotation.PARAMETER
instead of.
JavaMojoAnnotation.PARAMETER_ALIAS
instead of.
JavaMojoAnnotation.PARAMETER_DEFAULT_VALUE
instead of.
JavaMojoAnnotation.PARAMETER_EXPRESSION
instead of.
JavaMojoAnnotation.PARAMETER_IMPLEMENTATION
instead of.
JavaMojoAnnotation.PARAMETER_PROPERTY
instead of.
@phase <phaseName>
.
JavaMojoAnnotation.PHASE
instead of.
HelpMojo
class.MojoDescriptor
instances from metadata for a certain type of mojo.Locale.ENGLISH
as locale.
Locale.ENGLISH
as locale.
MojoScanner.populatePluginDescriptor(PluginToolsRequest)
instead.
Provided for backward compatibility with maven-plugin-plugin < 2.5.
JavaMojoAnnotation.READONLY
instead of.
@required
.
JavaMojoAnnotation.REQUIRED
instead of.
@requiresDirectInvocation <true|false>
.
@since <deprecated-text>
JavaMojoAnnotation.SINCE
instead of.
PluginUtils.toText(String)
instead of.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |