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(...)

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.InstantiationStrategy
 
id() - Method in enum org.apache.maven.plugins.annotations.LifecyclePhase
 
id() - Method in enum org.apache.maven.plugins.annotations.ResolutionScope
 
InstantiationStrategy - Enum in org.apache.maven.plugins.annotations
Component instantiation strategy.

L

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

M

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

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.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.InstantiationStrategy
Returns an array containing the constants of this enum type, in the order they are 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 are 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 are declared.
C E I L M O P R V 

Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.