Uses of Package
org.apache.maven.plugins.annotations

Packages that use org.apache.maven.plugins.annotations
org.apache.maven.plugin.plugin   
org.apache.maven.plugin.plugin.metadata   
org.apache.maven.plugins.annotations   
org.apache.maven.tools.plugin.annotations.datamodel   
 

Classes in org.apache.maven.plugins.annotations used by org.apache.maven.plugin.plugin
Component
          Used to configure injection of Plexus components by 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
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 by MavenPluginManager.getConfiguredMojo(...).
 

Classes in org.apache.maven.plugins.annotations used by org.apache.maven.plugin.plugin.metadata
Mojo
          This annotation will mark your class as a Mojo (ie.
 

Classes in org.apache.maven.plugins.annotations used by org.apache.maven.plugins.annotations
InstanciationStrategy
          Deprecated. 
InstantiationStrategy
          Component instanciation strategy.
LifecyclePhase
          Lifecycle phases.
ResolutionScope
          Dependencies resolution scopes available before mojo execution.
 

Classes in org.apache.maven.plugins.annotations used by org.apache.maven.tools.plugin.annotations.datamodel
InstanciationStrategy
          Deprecated. 
InstantiationStrategy
          Component instanciation strategy.
LifecyclePhase
          Lifecycle phases.
ResolutionScope
          Dependencies resolution scopes available before mojo execution.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.