C E I L M O P R V

C

Component - Annotation Type in org.apache.maven.plugins.annotations
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

E

Execute - Annotation Type in org.apache.maven.plugins.annotations
Used if your Mojo needs to fork a lifecycle.

I

id() - Method in enum org.apache.maven.plugins.annotations.InstanciationStrategy
Deprecated.  
id() - Method in enum org.apache.maven.plugins.annotations.InstantiationStrategy
 
id() - Method in enum org.apache.maven.plugins.annotations.LifecyclePhase
 
id() - Method in enum org.apache.maven.plugins.annotations.ResolutionScope
 
InstanciationStrategy - Enum in org.apache.maven.plugins.annotations
Deprecated. 
InstantiationStrategy - Enum in org.apache.maven.plugins.annotations
Component instanciation strategy.

L

LifecyclePhase - Enum in org.apache.maven.plugins.annotations
Lifecycle phases.

M

Mojo - Annotation Type in org.apache.maven.plugins.annotations
This annotation will mark your class as a Mojo (ie.

O

org.apache.maven.plugins.annotations - package org.apache.maven.plugins.annotations
 

P

Parameter - Annotation Type in org.apache.maven.plugins.annotations
Used to configure your Mojo parameters to be injected by MavenPluginManager.getConfiguredMojo(...).

R

ResolutionScope - Enum in org.apache.maven.plugins.annotations
Dependencies resolution scopes available before mojo execution.

V

valueOf(String) - Static method in enum org.apache.maven.plugins.annotations.InstanciationStrategy
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.plugins.annotations.InstantiationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.plugins.annotations.LifecyclePhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.plugins.annotations.ResolutionScope
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.maven.plugins.annotations.InstanciationStrategy
Deprecated. Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.maven.plugins.annotations.InstantiationStrategy
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.maven.plugins.annotations.LifecyclePhase
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.maven.plugins.annotations.ResolutionScope
Returns an array containing the constants of this enum type, in the order they're declared.

C E I L M O P R V

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