Package org.apache.maven.plugins.annotations
-
Enum Summary Enum Description InstantiationStrategy Component instantiation strategy.LifecyclePhase ResolutionScope Dependencies resolution scopes available before mojo execution. -
Annotation Types Summary Annotation Type Description Component Deprecated. Use JSR 330 annotations orParameter
with according default expressions instead.Execute Used if your Mojo needs to fork a lifecycle.Mojo This annotation will mark your class as a Mojo (ie.Parameter Used to configure your Mojo parameters to be injected byMavenPluginManager.getConfiguredMojo(...)
.