Index
All Classes|All Packages|Deprecated API
A
- aggregator() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
if the Mojo uses the Maven project and its child modules.
- alias() - Element in annotation interface org.apache.maven.plugins.annotations.Parameter
-
alias supported to get parameter value.
C
- CLEAN - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- COMPILE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- COMPILE - Enum constant in enum class org.apache.maven.plugins.annotations.ResolutionScope
-
compile
resolution scope =compile
+system
+provided
dependencies - COMPILE_PLUS_RUNTIME - Enum constant in enum class org.apache.maven.plugins.annotations.ResolutionScope
-
compile+runtime
resolution scope (Maven 3 only) =compile
+system
+provided
+runtime
dependencies - Component - Annotation Interface in org.apache.maven.plugins.annotations
-
Used to configure injection of Plexus components by
MavenPluginManager.getConfiguredMojo(...)
. - configurator() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
own configurator class.
D
- defaultPhase() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
default phase to bind your mojo.
- defaultValue() - Element in annotation interface org.apache.maven.plugins.annotations.Parameter
-
parameter default value, may contain
${...}
expressions which will be interpreted at inject time: see PluginParameterExpressionEvaluator. - DEPLOY - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
E
- Execute - Annotation Interface in org.apache.maven.plugins.annotations
-
Used if your Mojo needs to fork a lifecycle.
- executionStrategy() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
Deprecated.unused
G
- GENERATE_RESOURCES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- GENERATE_SOURCES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- GENERATE_TEST_RESOURCES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- GENERATE_TEST_SOURCES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- goal() - Element in annotation interface org.apache.maven.plugins.annotations.Execute
-
goal to fork.
H
- hint() - Element in annotation interface org.apache.maven.plugins.annotations.Component
-
hint of the component to inject.
I
- id() - Method in enum class org.apache.maven.plugins.annotations.InstantiationStrategy
- id() - Method in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- id() - Method in enum class org.apache.maven.plugins.annotations.ResolutionScope
- inheritByDefault() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
Deprecated.unused
- INITIALIZE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- INSTALL - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- instantiationStrategy() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
your Mojo instantiation strategy.
- InstantiationStrategy - Enum Class in org.apache.maven.plugins.annotations
-
Component instantiation strategy.
- INTEGRATION_TEST - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
K
- KEEP_ALIVE - Enum constant in enum class org.apache.maven.plugins.annotations.InstantiationStrategy
L
- lifecycle() - Element in annotation interface org.apache.maven.plugins.annotations.Execute
-
lifecycle id of the lifecycle that defines
Execute.phase()
. - LifecyclePhase - Enum Class in org.apache.maven.plugins.annotations
M
- Mojo - Annotation Interface in org.apache.maven.plugins.annotations
-
This annotation will mark your class as a Mojo (ie.
N
- name() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
goal name (required).
- name() - Element in annotation interface org.apache.maven.plugins.annotations.Parameter
-
name of the bean property used to get/set the field: by default, field name is used.
- NONE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- NONE - Enum constant in enum class org.apache.maven.plugins.annotations.ResolutionScope
-
empty resolution scope
O
- org.apache.maven.plugins.annotations - package org.apache.maven.plugins.annotations
P
- PACKAGE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- Parameter - Annotation Interface in org.apache.maven.plugins.annotations
-
Used to configure your Mojo parameters to be injected by
MavenPluginManager.getConfiguredMojo(...)
. - PER_LOOKUP - Enum constant in enum class org.apache.maven.plugins.annotations.InstantiationStrategy
- phase() - Element in annotation interface org.apache.maven.plugins.annotations.Execute
-
lifecycle phase to fork.
- POOLABLE - Enum constant in enum class org.apache.maven.plugins.annotations.InstantiationStrategy
- POST_CLEAN - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- POST_INTEGRATION_TEST - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- POST_SITE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PRE_CLEAN - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PRE_INTEGRATION_TEST - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PRE_SITE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PREPARE_PACKAGE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PROCESS_CLASSES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PROCESS_RESOURCES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PROCESS_SOURCES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PROCESS_TEST_CLASSES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PROCESS_TEST_RESOURCES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- PROCESS_TEST_SOURCES - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- property() - Element in annotation interface org.apache.maven.plugins.annotations.Parameter
-
Property to use to retrieve a value.
R
- readonly() - Element in annotation interface 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() - Element in annotation interface org.apache.maven.plugins.annotations.Parameter
-
is the parameter required?
- requiresDependencyCollection() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
the required dependency collection scope.
- requiresDependencyResolution() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
the required dependency resolution scope.
- requiresDirectInvocation() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
Deprecated.unused
- requiresOnline() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
does this Mojo need to be online to be executed?
- requiresProject() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
does your mojo requires a project to be executed?
- requiresReports() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
Deprecated.unused
- ResolutionScope - Enum Class in org.apache.maven.plugins.annotations
-
Dependencies resolution scopes available before mojo execution.
- role() - Element in annotation interface org.apache.maven.plugins.annotations.Component
-
role of the component to inject.
- RUNTIME - Enum constant in enum class org.apache.maven.plugins.annotations.ResolutionScope
-
runtime
resolution scope =compile
+runtime
dependencies - RUNTIME_PLUS_SYSTEM - Enum constant in enum class org.apache.maven.plugins.annotations.ResolutionScope
-
runtime+system
resolution scope (Maven 3 only) =compile
+system
+runtime
dependencies
S
- SINGLETON - Enum constant in enum class org.apache.maven.plugins.annotations.InstantiationStrategy
- SITE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- SITE_DEPLOY - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
T
- TEST - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- TEST - Enum constant in enum class org.apache.maven.plugins.annotations.ResolutionScope
-
test
resolution scope =compile
+system
+provided
+runtime
+test
dependencies - TEST_COMPILE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- threadSafe() - Element in annotation interface org.apache.maven.plugins.annotations.Mojo
-
is your mojo thread safe (since Maven 3.x)?
V
- VALIDATE - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
- valueOf(String) - Static method in enum class org.apache.maven.plugins.annotations.InstantiationStrategy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.maven.plugins.annotations.LifecyclePhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.maven.plugins.annotations.ResolutionScope
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.maven.plugins.annotations.InstantiationStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.maven.plugins.annotations.LifecyclePhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.maven.plugins.annotations.ResolutionScope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERIFY - Enum constant in enum class org.apache.maven.plugins.annotations.LifecyclePhase
All Classes|All Packages|Deprecated API