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(...)
Execute
          Used if your Mojo needs to fork a lifecycle.
Mojo
          This annotation will mark your class as a Mojo (ie. goal in a Maven plugin).
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. goal in a Maven plugin).
 

Classes in org.apache.maven.plugins.annotations used by org.apache.maven.plugins.annotations
InstanciationStrategy
          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
          Component instanciation strategy.
LifecyclePhase
          Lifecycle phases.
ResolutionScope
          Dependencies resolution scopes available before mojo execution.
 



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