Index

A B C D E G H I L M N O P R S T W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractMojo - Class in org.apache.maven.plugin
Abstract class to provide most of the infrastructure required to implement a Mojo except for the execute method.
The implementation should have a Mojo annotation with the name of the goal:
AbstractMojo() - Constructor for class org.apache.maven.plugin.AbstractMojo
 
AbstractMojoExecutionException - Exception in org.apache.maven.plugin
Base exception.
AbstractMojoExecutionException(String) - Constructor for exception org.apache.maven.plugin.AbstractMojoExecutionException
 
AbstractMojoExecutionException(String, Throwable) - Constructor for exception org.apache.maven.plugin.AbstractMojoExecutionException
 
AbstractMojoExecutionException(Throwable) - Constructor for exception org.apache.maven.plugin.AbstractMojoExecutionException
Constructs a new AbstractMojoExecutionException exception wrapping an underlying Throwable.
addMojo(MojoDescriptor) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
addMojos(List<MojoDescriptor>) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
addParameter(Parameter) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
alwaysExecute() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 

B

build() - Method in class org.apache.maven.plugin.lifecycle.Execution.Builder
 
build() - Method in class org.apache.maven.plugin.lifecycle.Lifecycle.Builder
 
build() - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration.Builder
 
build() - Method in class org.apache.maven.plugin.lifecycle.Phase.Builder
 
build(Reader) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
 
build(Reader, String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
 
buildComponentDescriptor(PlexusConfiguration, PluginDescriptor) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
 
buildConfiguration(Reader) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
 

C

clone() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
Creates a shallow copy of this mojo descriptor.
clone() - Method in class org.apache.maven.plugin.descriptor.Parameter
Creates a shallow copy of this parameter.
clone() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
Creates a shallow copy of this plugin descriptor.
clone() - Method in class org.apache.maven.plugin.descriptor.Requirement
Creates a shallow copy of this requirement.
configuration(XmlNode) - Method in class org.apache.maven.plugin.lifecycle.Execution.Builder
 
configuration(XmlNode) - Method in class org.apache.maven.plugin.lifecycle.Phase.Builder
 
constructPluginKey(String, String, String) - Static method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
ContextEnabled - Interface in org.apache.maven.plugin
Interface to allow Mojos to communicate with each others Mojos, other than project's source root and project's attachment.
The plugin manager would pull the context out of the plugin container context, and populate it into the Mojo.

D

debug(CharSequence) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
Send a message to the user in the debug error level.
debug(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
debug(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
Send a message (and accompanying exception) to the user in the debug error level.
The error's stacktrace will be output when this error level is enabled.
debug(CharSequence, Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
debug(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
Send an exception to the user in the debug error level.
The stack trace for this exception will be output when this error level is enabled.
debug(Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
DuplicateMojoDescriptorException - Exception in org.apache.maven.plugin.descriptor
DuplicateMojoDescriptorException
DuplicateMojoDescriptorException(String, String, String, String) - Constructor for exception org.apache.maven.plugin.descriptor.DuplicateMojoDescriptorException
 
DuplicateParameterException - Exception in org.apache.maven.plugin.descriptor
DuplicateParameterException
DuplicateParameterException(String) - Constructor for exception org.apache.maven.plugin.descriptor.DuplicateParameterException
 

E

equals(Object) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
equals(Object) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
equals(Object) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
error(CharSequence) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
Send a message to the user in the error error level.
error(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
error(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
Send a message (and accompanying exception) to the user in the error error level.
The error's stacktrace will be output when this error level is enabled.
error(CharSequence, Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
error(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
Send an exception to the user in the error error level.
The stack trace for this exception will be output when this error level is enabled.
error(Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
execute() - Method in interface org.apache.maven.plugin.Mojo
Perform whatever build-process behavior this Mojo implements.
This is the main trigger for the Mojo inside the Maven system, and allows the Mojo to communicate errors.
Execution - Class in org.apache.maven.plugin.lifecycle
A set of goals to execute.
Execution.Builder - Class in org.apache.maven.plugin.lifecycle
Builder class used to create Execution instances.
executions(Collection<Execution>) - Method in class org.apache.maven.plugin.lifecycle.Phase.Builder
 

G

getAddDefaultEntities() - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
Returns the state of the "add default entities" flag.
getAlias() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
getArtifactId() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getArtifactMap() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
The map of artifacts accessible by the versionlessKey, i.e.
getArtifacts() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
Gets the artifacts that make up the plugin's class realm, excluding artifacts shadowed by the Maven core realm like maven-project.
getClassRealm() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getComponentType() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
getConfiguration() - Method in class org.apache.maven.plugin.lifecycle.Execution
Configuration to pass to the goals.
getConfiguration() - Method in class org.apache.maven.plugin.lifecycle.Phase
Configuration to pass to all goals run in this phase.
getDefaultPluginArtifactId(String) - Static method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getDefaultPluginGroupId() - Static method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getDefaultValue() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
getDependencyCollectionRequired() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
Gets the scope of (transitive) dependencies that should be collected.
getDependencyResolutionRequired() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getDeprecated() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getDeprecated() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
getDescription() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
getDescription() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getExecuteGoal() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getExecuteLifecycle() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getExecutePhase() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getExecutions() - Method in class org.apache.maven.plugin.lifecycle.Phase
The goals to execute within the phase.
getExecutionStrategy() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getExpression() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
getFullGoalName() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getGoal() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getGoal() - Method in exception org.apache.maven.plugin.MojoNotFoundException
 
getGoalPrefix() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getGoalPrefixFromArtifactId(String) - Static method in class org.apache.maven.plugin.descriptor.PluginDescriptor
Parse maven-...-plugin.
getGoals() - Method in class org.apache.maven.plugin.lifecycle.Execution
The goals to execute.
getGroupId() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getId() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getId() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getId() - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
The ID of this lifecycle, for identification in the mojo descriptor.
getId() - Method in class org.apache.maven.plugin.lifecycle.Phase
The ID of this phase, e.g., generate-sources.
getImplementation() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
getIntroducedDependencyArtifacts() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getLanguage() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getLifecycleMapping(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getLifecycles() - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
 
getLog() - Method in class org.apache.maven.plugin.AbstractMojo
Deprecated.
Use SLF4J directly
getLog() - Method in interface org.apache.maven.plugin.Mojo
Deprecated.
Use SLF4J directly
getLongMessage() - Method in exception org.apache.maven.plugin.AbstractMojoExecutionException
 
getModelEncoding() - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
 
getMojo(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getMojoConfiguration() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getMojos() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getName() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
getName() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getParameterMap() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getParameters() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getPhase() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getPhases() - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
The phase mappings for this lifecycle.
getPlugin() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getPluginArtifact() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getPluginContext() - Method in class org.apache.maven.plugin.AbstractMojo
 
getPluginContext() - Method in interface org.apache.maven.plugin.ContextEnabled
 
getPluginDescriptor() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getPluginDescriptor() - Method in exception org.apache.maven.plugin.MojoNotFoundException
 
getPluginLookupKey() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getRequiredJavaVersion() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getRequiredMavenVersion() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getRequirement() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
getRole() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
getRole() - Method in class org.apache.maven.plugin.descriptor.Requirement
 
getRoleHint() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
getRoleHint() - Method in class org.apache.maven.plugin.descriptor.Requirement
 
getSince() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
getSince() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
getSource() - Method in exception org.apache.maven.plugin.AbstractMojoExecutionException
 
getSource() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
getType() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
getVersion() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
goals(Collection<String>) - Method in class org.apache.maven.plugin.lifecycle.Execution.Builder
 

H

hashCode() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
hashCode() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
hashCode() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 

I

id(String) - Method in class org.apache.maven.plugin.lifecycle.Lifecycle.Builder
 
id(String) - Method in class org.apache.maven.plugin.lifecycle.Phase.Builder
 
info(CharSequence) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
Send a message to the user in the info error level.
info(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
info(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
Send a message (and accompanying exception) to the user in the info error level.
The error's stacktrace will be output when this error level is enabled.
info(CharSequence, Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
info(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
Send an exception to the user in the info error level.
The stack trace for this exception will be output when this error level is enabled.
info(Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
InvalidParameterException - Exception in org.apache.maven.plugin.descriptor
 
InvalidParameterException(String, int) - Constructor for exception org.apache.maven.plugin.descriptor.InvalidParameterException
 
InvalidParameterException(String, Throwable) - Constructor for exception org.apache.maven.plugin.descriptor.InvalidParameterException
 
InvalidPluginDescriptorException - Exception in org.apache.maven.plugin.descriptor
InvalidPluginDescriptorException
InvalidPluginDescriptorException(String) - Constructor for exception org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
 
InvalidPluginDescriptorException(String, Throwable) - Constructor for exception org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
 
isAggregator() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
isDebugEnabled() - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
 
isDebugEnabled() - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
isDependencyResolutionRequired() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
Deprecated.
isDirectInvocationOnly() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
isEditable() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
isErrorEnabled() - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
 
isErrorEnabled() - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
isForking() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
isInfoEnabled() - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
 
isInfoEnabled() - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
isInheritedByDefault() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
isInheritedByDefault() - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
isOnlineRequired() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
isProjectRequired() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
isRequired() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
isRequiresReports() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
isThreadSafe() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
isV4Api() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
isWarnEnabled() - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
 
isWarnEnabled() - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 

L

Lifecycle - Class in org.apache.maven.plugin.lifecycle
A custom lifecycle mapping definition.
Lifecycle.Builder - Class in org.apache.maven.plugin.lifecycle
Builder class used to create Lifecycle instances.
LifecycleConfiguration - Class in org.apache.maven.plugin.lifecycle
Root element of the lifecycle.xml file.
LifecycleConfiguration.Builder - Class in org.apache.maven.plugin.lifecycle
Builder class used to create LifecycleConfiguration instances.
LifecycleMappingsXpp3Reader - Class in org.apache.maven.plugin.lifecycle.io.xpp3
 
LifecycleMappingsXpp3Reader() - Constructor for class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
 
LifecycleMappingsXpp3Reader(LifecycleMappingsXpp3Reader.ContentTransformer) - Constructor for class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
 
LifecycleMappingsXpp3Reader.ContentTransformer - Interface in org.apache.maven.plugin.lifecycle.io.xpp3
 
LifecycleMappingsXpp3Writer - Class in org.apache.maven.plugin.lifecycle.io.xpp3
 
LifecycleMappingsXpp3Writer() - Constructor for class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer
 
lifecycles(Collection<Lifecycle>) - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration.Builder
 
Log - Interface in org.apache.maven.plugin.logging
Deprecated.
Use SLF4J directly
longMessage - Variable in exception org.apache.maven.plugin.AbstractMojoExecutionException
 

M

MAVEN_PLUGIN - Static variable in class org.apache.maven.plugin.descriptor.MojoDescriptor
The Plexus component type
modelEncoding(String) - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration.Builder
 
Mojo - Interface in org.apache.maven.plugin
This interface forms the contract required for Mojos to interact with the Maven infrastructure.
It features an execute() method, which triggers the Mojo's build-process behavior, and can throw a MojoExecutionException or MojoFailureException if error conditions occur.
Also included is the setLog(...) method, which simply allows Maven to inject a logging mechanism which will allow the Mojo to communicate to the outside world through standard Maven channels.
MojoDescriptor - Class in org.apache.maven.plugin.descriptor
The bean containing the Mojo descriptor.
For more information about the usage tag, have a look to: https://maven.apache.org/developers/mojo-api-specification.html TODO is there a need for the delegation of MavenMojoDescriptor to this? Why not just extend ComponentDescriptor here?
MojoDescriptor() - Constructor for class org.apache.maven.plugin.descriptor.MojoDescriptor
Default constructor.
MojoExecutionException - Exception in org.apache.maven.plugin
An exception occurring during the execution of a plugin.
Throwing this exception causes a "BUILD ERROR" message to be displayed.
MojoExecutionException(Object, String, String) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
Construct a new MojoExecutionException exception providing the source and a short and long message: these messages are used to improve the message written at the end of Maven build.
MojoExecutionException(String) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
Construct a new MojoExecutionException exception providing a message.
MojoExecutionException(String, Exception) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
Construct a new MojoExecutionException exception wrapping an underlying Exception and providing a message.
MojoExecutionException(String, Throwable) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
Construct a new MojoExecutionException exception wrapping an underlying Throwable and providing a message.
MojoExecutionException(Throwable) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
Constructs a new MojoExecutionException exception wrapping an underlying Throwable.
MojoFailureException - Exception in org.apache.maven.plugin
An exception occurring during the execution of a plugin (such as a compilation failure).
Throwing this exception causes a "BUILD FAILURE" message to be displayed.
MojoFailureException(Object, String, String) - Constructor for exception org.apache.maven.plugin.MojoFailureException
Construct a new MojoFailureException exception providing the source and a short and long message: these messages are used to improve the message written at the end of Maven build.
MojoFailureException(String) - Constructor for exception org.apache.maven.plugin.MojoFailureException
Construct a new MojoFailureException exception providing a message.
MojoFailureException(String, Throwable) - Constructor for exception org.apache.maven.plugin.MojoFailureException
Construct a new MojoFailureException exception wrapping an underlying Throwable and providing a message.
MojoFailureException(Throwable) - Constructor for exception org.apache.maven.plugin.MojoFailureException
Constructs a new MojoFailureException exception wrapping an underlying Throwable.
MojoNotFoundException - Exception in org.apache.maven.plugin
MojoNotFoundException
MojoNotFoundException(String, PluginDescriptor) - Constructor for exception org.apache.maven.plugin.MojoNotFoundException
 
MULTI_PASS_EXEC_STRATEGY - Static variable in class org.apache.maven.plugin.descriptor.MojoDescriptor
"always" execution strategy

N

newBuilder() - Static method in class org.apache.maven.plugin.lifecycle.Execution
Creates a new Execution builder instance.
newBuilder() - Static method in class org.apache.maven.plugin.lifecycle.Lifecycle
Creates a new Lifecycle builder instance.
newBuilder() - Static method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
Creates a new LifecycleConfiguration builder instance.
newBuilder() - Static method in class org.apache.maven.plugin.lifecycle.Phase
Creates a new Phase builder instance.
newBuilder(boolean) - Static method in class org.apache.maven.plugin.lifecycle.Execution
Creates a new Execution builder instance using default values or not.
newBuilder(boolean) - Static method in class org.apache.maven.plugin.lifecycle.Lifecycle
Creates a new Lifecycle builder instance using default values or not.
newBuilder(boolean) - Static method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
Creates a new LifecycleConfiguration builder instance using default values or not.
newBuilder(boolean) - Static method in class org.apache.maven.plugin.lifecycle.Phase
Creates a new Phase builder instance using default values or not.
newBuilder(Execution) - Static method in class org.apache.maven.plugin.lifecycle.Execution
Creates a new Execution builder instance using the specified object as a basis.
newBuilder(Execution, boolean) - Static method in class org.apache.maven.plugin.lifecycle.Execution
Creates a new Execution builder instance using the specified object as a basis.
newBuilder(Lifecycle) - Static method in class org.apache.maven.plugin.lifecycle.Lifecycle
Creates a new Lifecycle builder instance using the specified object as a basis.
newBuilder(LifecycleConfiguration) - Static method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
Creates a new LifecycleConfiguration builder instance using the specified object as a basis.
newBuilder(LifecycleConfiguration, boolean) - Static method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
Creates a new LifecycleConfiguration builder instance using the specified object as a basis.
newBuilder(Lifecycle, boolean) - Static method in class org.apache.maven.plugin.lifecycle.Lifecycle
Creates a new Lifecycle builder instance using the specified object as a basis.
newBuilder(Phase) - Static method in class org.apache.maven.plugin.lifecycle.Phase
Creates a new Phase builder instance using the specified object as a basis.
newBuilder(Phase, boolean) - Static method in class org.apache.maven.plugin.lifecycle.Phase
Creates a new Phase builder instance using the specified object as a basis.
newInstance() - Static method in class org.apache.maven.plugin.lifecycle.Execution
Creates a new Execution instance.
newInstance() - Static method in class org.apache.maven.plugin.lifecycle.Lifecycle
Creates a new Lifecycle instance.
newInstance() - Static method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
Creates a new LifecycleConfiguration instance.
newInstance() - Static method in class org.apache.maven.plugin.lifecycle.Phase
Creates a new Phase instance.
newInstance(boolean) - Static method in class org.apache.maven.plugin.lifecycle.Execution
Creates a new Execution instance using default values or not.
newInstance(boolean) - Static method in class org.apache.maven.plugin.lifecycle.Lifecycle
Creates a new Lifecycle instance using default values or not.
newInstance(boolean) - Static method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
Creates a new LifecycleConfiguration instance using default values or not.
newInstance(boolean) - Static method in class org.apache.maven.plugin.lifecycle.Phase
Creates a new Phase instance using default values or not.

O

org.apache.maven.plugin - package org.apache.maven.plugin
 
org.apache.maven.plugin.descriptor - package org.apache.maven.plugin.descriptor
 
org.apache.maven.plugin.lifecycle - package org.apache.maven.plugin.lifecycle
 
org.apache.maven.plugin.lifecycle.io.xpp3 - package org.apache.maven.plugin.lifecycle.io.xpp3
 
org.apache.maven.plugin.logging - package org.apache.maven.plugin.logging
 

P

Parameter - Class in org.apache.maven.plugin.descriptor
 
Parameter() - Constructor for class org.apache.maven.plugin.descriptor.Parameter
 
Phase - Class in org.apache.maven.plugin.lifecycle
A phase mapping definition.
Phase.Builder - Class in org.apache.maven.plugin.lifecycle
Builder class used to create Phase instances.
phases(Collection<Phase>) - Method in class org.apache.maven.plugin.lifecycle.Lifecycle.Builder
 
PluginDescriptor - Class in org.apache.maven.plugin.descriptor
 
PluginDescriptor() - Constructor for class org.apache.maven.plugin.descriptor.PluginDescriptor
 
PluginDescriptorBuilder - Class in org.apache.maven.plugin.descriptor
 
PluginDescriptorBuilder() - Constructor for class org.apache.maven.plugin.descriptor.PluginDescriptorBuilder
 

R

read(InputStream) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
Method read.
read(InputStream, boolean) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
Method read.
read(Reader) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
 
read(Reader, boolean) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
 
read(XmlPullParser, boolean) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
Method read.
Requirement - Class in org.apache.maven.plugin.descriptor
Describes a component requirement.
Requirement(String) - Constructor for class org.apache.maven.plugin.descriptor.Requirement
 
Requirement(String, String) - Constructor for class org.apache.maven.plugin.descriptor.Requirement
 
requiresOnline() - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
ROLE - Static variable in interface org.apache.maven.plugin.Mojo
The component role hint for Plexus container

S

setAddDefaultEntities(boolean) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader
Sets the state of the "add default entities" flag.
setAggregator(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setAlias(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setArtifactId(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
setArtifacts(List<Artifact>) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
setClassRealm(ClassRealm) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
setDefaultValue(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setDependencyCollectionRequired(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setDependencyResolutionRequired(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setDeprecated(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setDeprecated(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setDescription(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setDescription(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
setDirectInvocationOnly(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setEditable(boolean) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setExecuteGoal(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setExecuteLifecycle(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setExecutePhase(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setExecutionStrategy(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setExpression(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setFileComment(String) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer
Method setFileComment.
setGoal(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setGoalPrefix(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
setGroupId(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
setImplementation(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setInheritedByDefault(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setInheritedByDefault(boolean) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
setIntroducedDependencyArtifacts(Set<Artifact>) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
setLanguage(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setLog(Log) - Method in class org.apache.maven.plugin.AbstractMojo
Deprecated.
Use SLF4J directly
setLog(Log) - Method in interface org.apache.maven.plugin.Mojo
Deprecated.
Use SLF4J directly
setMojoConfiguration(PlexusConfiguration) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setName(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setName(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
setOnlineRequired(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setParameters(List<Parameter>) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setPhase(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setPlugin(Plugin) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
setPluginArtifact(Artifact) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
setPluginContext(Map) - Method in class org.apache.maven.plugin.AbstractMojo
 
setPluginContext(Map) - Method in interface org.apache.maven.plugin.ContextEnabled
Set a new shared context Map to a mojo before executing it.
setPluginDescriptor(PluginDescriptor) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setProjectRequired(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setRequired(boolean) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setRequiredJavaVersion(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
setRequiredMavenVersion(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
setRequirement(Requirement) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setRequiresReports(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setSince(String) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setSince(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setSource(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
setThreadSafe(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setType(String) - Method in class org.apache.maven.plugin.descriptor.Parameter
 
setV4Api(boolean) - Method in class org.apache.maven.plugin.descriptor.MojoDescriptor
 
setVersion(String) - Method in class org.apache.maven.plugin.descriptor.PluginDescriptor
 
SINGLE_PASS_EXEC_STRATEGY - Static variable in class org.apache.maven.plugin.descriptor.MojoDescriptor
"once-per-session" execution strategy
source - Variable in exception org.apache.maven.plugin.AbstractMojoExecutionException
 
SystemStreamLog - Class in org.apache.maven.plugin.logging
Deprecated.
Use SLF4J directly
SystemStreamLog() - Constructor for class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 

T

toString() - Method in class org.apache.maven.plugin.descriptor.Parameter
 
transform(String, String) - Method in interface org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Reader.ContentTransformer
Interpolate the value read from the xpp3 document

W

warn(CharSequence) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
Send a message to the user in the warn error level.
warn(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
warn(CharSequence, Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
Send a message (and accompanying exception) to the user in the warn error level.
The error's stacktrace will be output when this error level is enabled.
warn(CharSequence, Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
warn(Throwable) - Method in interface org.apache.maven.plugin.logging.Log
Deprecated.
Send an exception to the user in the warn error level.
The stack trace for this exception will be output when this error level is enabled.
warn(Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
Deprecated.
 
with() - Method in class org.apache.maven.plugin.lifecycle.Execution
Creates a new builder with this object as the basis.
with() - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
Creates a new builder with this object as the basis.
with() - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
Creates a new builder with this object as the basis.
with() - Method in class org.apache.maven.plugin.lifecycle.Phase
Creates a new builder with this object as the basis.
withConfiguration(XmlNode) - Method in class org.apache.maven.plugin.lifecycle.Execution
Creates a new Execution instance using the specified configuration.
withConfiguration(XmlNode) - Method in class org.apache.maven.plugin.lifecycle.Phase
Creates a new Phase instance using the specified configuration.
withExecutions(Collection<Execution>) - Method in class org.apache.maven.plugin.lifecycle.Phase
Creates a new Phase instance using the specified executions.
withGoals(Collection<String>) - Method in class org.apache.maven.plugin.lifecycle.Execution
Creates a new Execution instance using the specified goals.
withId(String) - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
Creates a new Lifecycle instance using the specified id.
withId(String) - Method in class org.apache.maven.plugin.lifecycle.Phase
Creates a new Phase instance using the specified id.
withLifecycles(Collection<Lifecycle>) - Method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
Creates a new LifecycleConfiguration instance using the specified lifecycles.
withPhases(Collection<Phase>) - Method in class org.apache.maven.plugin.lifecycle.Lifecycle
Creates a new Lifecycle instance using the specified phases.
write(OutputStream, LifecycleConfiguration) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer
Method write.
write(Writer, LifecycleConfiguration) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer
Method write.
writeDomToSerializer(XmlNode, XmlSerializer) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer
Method writeDomToSerializer.
A B C D E G H I L M N O P R S T W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form