A C D E G H I K L M N O P R S T V 
All Classes All Packages

A

aggregator() - Method in annotation type org.apache.maven.plugins.annotations.Mojo
if the Mojo uses the Maven project and its child modules.
alias() - Method in annotation type org.apache.maven.plugins.annotations.Parameter
alias supported to get parameter value.

C

CLEAN - org.apache.maven.plugins.annotations.LifecyclePhase
 
COMPILE - org.apache.maven.plugins.annotations.LifecyclePhase
 
COMPILE - org.apache.maven.plugins.annotations.ResolutionScope
compile resolution scope = compile + system + provided dependencies
COMPILE_PLUS_RUNTIME - org.apache.maven.plugins.annotations.ResolutionScope
compile+runtime resolution scope (Maven 3 only) = compile + system + provided + runtime dependencies
Component - Annotation Type in org.apache.maven.plugins.annotations
Used to configure injection of Plexus components by MavenPluginManager.getConfiguredMojo(...).
configurator() - Method in annotation type org.apache.maven.plugins.annotations.Mojo
own configurator class.
customPhase() - Method in annotation type org.apache.maven.plugins.annotations.Execute
Custom lifecycle phase to fork.

D

defaultPhase() - Method in annotation type org.apache.maven.plugins.annotations.Mojo
default phase to bind your mojo.
defaultValue() - Method in annotation type org.apache.maven.plugins.annotations.Parameter
parameter default value, may contain ${...} expressions which will be interpreted at inject time: see PluginParameterExpressionEvaluator.
DEPLOY - org.apache.maven.plugins.annotations.LifecyclePhase
 

E

Execute - Annotation Type in org.apache.maven.plugins.annotations
Used if your Mojo needs to fork a lifecycle.
executionStrategy() - Method in annotation type org.apache.maven.plugins.annotations.Mojo
Deprecated.
unused

G

GENERATE_RESOURCES - org.apache.maven.plugins.annotations.LifecyclePhase
 
GENERATE_SOURCES - org.apache.maven.plugins.annotations.LifecyclePhase
 
GENERATE_TEST_RESOURCES - org.apache.maven.plugins.annotations.LifecyclePhase
 
GENERATE_TEST_SOURCES - org.apache.maven.plugins.annotations.LifecyclePhase
 
goal() - Method in annotation type org.apache.maven.plugins.annotations.Execute
Goal to fork.

H

hint() - Method in annotation type org.apache.maven.plugins.annotations.Component
hint of the component to inject.

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
 
inheritByDefault() - Method in annotation type org.apache.maven.plugins.annotations.Mojo
Deprecated.
unused
INITIALIZE - org.apache.maven.plugins.annotations.LifecyclePhase
 
INSTALL - org.apache.maven.plugins.annotations.LifecyclePhase
 
instantiationStrategy() - Method in annotation type org.apache.maven.plugins.annotations.Mojo
your Mojo instantiation strategy.
InstantiationStrategy - Enum in org.apache.maven.plugins.annotations
Component instantiation strategy.
INTEGRATION_TEST - org.apache.maven.plugins.annotations.LifecyclePhase
 

K

KEEP_ALIVE - org.apache.maven.plugins.annotations.InstantiationStrategy
 

L

lifecycle() - Method in annotation type org.apache.maven.plugins.annotations.Execute
Lifecycle id of the lifecycle that defines phase().
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.

N

name() - Method in annotation type org.apache.maven.plugins.annotations.Mojo
goal name (required).
name() - Method in annotation type org.apache.maven.plugins.annotations.Parameter
name of the bean property used to get/set the field: by default, field name is used.
NONE - org.apache.maven.plugins.annotations.LifecyclePhase
 
NONE - org.apache.maven.plugins.annotations.ResolutionScope
empty resolution scope

O

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

P

PACKAGE - org.apache.maven.plugins.annotations.LifecyclePhase
 
Parameter - Annotation Type in org.apache.maven.plugins.annotations
Used to configure your Mojo parameters to be injected by MavenPluginManager.getConfiguredMojo(...).
PER_LOOKUP - org.apache.maven.plugins.annotations.InstantiationStrategy
 
phase() - Method in annotation type org.apache.maven.plugins.annotations.Execute
Lifecycle phase to fork.
POOLABLE - org.apache.maven.plugins.annotations.InstantiationStrategy
 
POST_CLEAN - org.apache.maven.plugins.annotations.LifecyclePhase
 
POST_INTEGRATION_TEST - org.apache.maven.plugins.annotations.LifecyclePhase
 
POST_SITE - org.apache.maven.plugins.annotations.LifecyclePhase
 
PRE_CLEAN - org.apache.maven.plugins.annotations.LifecyclePhase
 
PRE_INTEGRATION_TEST - org.apache.maven.plugins.annotations.LifecyclePhase
 
PRE_SITE - org.apache.maven.plugins.annotations.LifecyclePhase
 
PREPARE_PACKAGE - org.apache.maven.plugins.annotations.LifecyclePhase
 
PROCESS_CLASSES - org.apache.maven.plugins.annotations.LifecyclePhase
 
PROCESS_RESOURCES - org.apache.maven.plugins.annotations.LifecyclePhase
 
PROCESS_SOURCES - org.apache.maven.plugins.annotations.LifecyclePhase
 
PROCESS_TEST_CLASSES - org.apache.maven.plugins.annotations.LifecyclePhase
 
PROCESS_TEST_RESOURCES - org.apache.maven.plugins.annotations.LifecyclePhase
 
PROCESS_TEST_SOURCES - org.apache.maven.plugins.annotations.LifecyclePhase
 
property() - Method in annotation type org.apache.maven.plugins.annotations.Parameter
Property to use to retrieve a value.

R

readonly() - Method in annotation type org.apache.maven.plugins.annotations.Parameter
Specifies that this parameter cannot be configured directly by the user (as in the case of POM-specified configuration).
required() - Method in annotation type org.apache.maven.plugins.annotations.Parameter
is the parameter required?
requiresDependencyCollection() - Method in annotation type org.apache.maven.plugins.annotations.Mojo
the required dependency collection scope.
requiresDependencyResolution() - Method in annotation type org.apache.maven.plugins.annotations.Mojo
the required dependency resolution scope.
requiresDirectInvocation() - Method in annotation type org.apache.maven.plugins.annotations.Mojo
Deprecated.
unused
requiresOnline() - Method in annotation type org.apache.maven.plugins.annotations.Mojo
does this Mojo need to be online to be executed?
requiresProject() - Method in annotation type org.apache.maven.plugins.annotations.Mojo
does your mojo requires a project to be executed?
requiresReports() - Method in annotation type org.apache.maven.plugins.annotations.Mojo
Deprecated.
unused
ResolutionScope - Enum in org.apache.maven.plugins.annotations
Dependencies resolution scopes available before mojo execution.
role() - Method in annotation type org.apache.maven.plugins.annotations.Component
role of the component to inject.
RUNTIME - org.apache.maven.plugins.annotations.ResolutionScope
runtime resolution scope = compile + runtime dependencies
RUNTIME_PLUS_SYSTEM - org.apache.maven.plugins.annotations.ResolutionScope
runtime+system resolution scope (Maven 3 only) = compile + system + runtime dependencies

S

SINGLETON - org.apache.maven.plugins.annotations.InstantiationStrategy
 
SITE - org.apache.maven.plugins.annotations.LifecyclePhase
 
SITE_DEPLOY - org.apache.maven.plugins.annotations.LifecyclePhase
 

T

TEST - org.apache.maven.plugins.annotations.LifecyclePhase
 
TEST - org.apache.maven.plugins.annotations.ResolutionScope
test resolution scope = compile + system + provided + runtime + test dependencies
TEST_COMPILE - org.apache.maven.plugins.annotations.LifecyclePhase
 
threadSafe() - Method in annotation type org.apache.maven.plugins.annotations.Mojo
is your mojo thread safe (since Maven 3.x)?

V

VALIDATE - org.apache.maven.plugins.annotations.LifecyclePhase
 
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.
VERIFY - org.apache.maven.plugins.annotations.LifecyclePhase
 
A C D E G H I K L M N O P R S T V 
All Classes All Packages