|
||||||||||
| 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.AntPropertyHelper.AntPropertyHelper(ExpressionEvaluator, Set, Log) to resolve maven.dependency.* properties
MavenPluginManager.getConfiguredMojo(...) and special Maven
objects as well:
mojoExecution org.apache.maven.plugin.MojoExecution
project org.apache.maven.project.MavenProject
session org.apache.maven.execution.MavenSession
settings org.apache.maven.settings.Settings
plugin (Maven-3 only)org.apache.maven.plugin.descriptor.PluginDescriptor
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.
JavaMojoAnnotation.EXECUTE_GOAL instead of.
JavaMojoAnnotation.EXECUTE_LIFECYCLE instead of.
JavaMojoAnnotation.EXECUTE_PHASE instead of.
@executionStrategy <strategy>.
Artifact used in class path scanning for annotations
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.mvn plugin:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.@instantiationStrategy <per-lookup>.
JavaMojoAnnotation.INSTANTIATION_STRATEGY instead of.
@executionStrategy always instead
plugin.xml file will be put.
HelpMojo file will be put.
MavenPluginManager.getConfiguredMojo(...).@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.
-D execution, setting properties or pom properties.
@phase <phaseName>.
JavaMojoAnnotation.PHASE instead of.
plugin-help.xml help content for PluginHelpGenerator.HelpMojo class from help-class-source.vm template.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.
JavaMojoAnnotation.REQUIRED instead of.
@requiresDirectInvocation <true|false>.
@since <deprecated-text>
JavaMojoAnnotation.SINCE instead of.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||