Package org.apache.maven.plugins.annotations

Enum Summary
InstanciationStrategy Component instanciation strategy.
LifecyclePhase Lifecycle phases.
ResolutionScope Dependencies resolution scopes available before mojo execution.
 

Annotation Types Summary
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(...)
 



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