- 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
-
- 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, 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(String) - Constructor for exception org.apache.maven.plugin.MojoExecutionException
-
Construct a new MojoExecutionException
exception 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
- newBuilder() - Static method in class org.apache.maven.plugin.lifecycle.Execution
-
Creates a new Execution 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(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() - Static method in class org.apache.maven.plugin.lifecycle.Lifecycle
-
Creates a new Lifecycle builder instance.
- newBuilder(boolean) - Static method in class org.apache.maven.plugin.lifecycle.Lifecycle
-
Creates a new Lifecycle builder instance using default values or not.
- 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(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() - Static method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
-
Creates a new LifecycleConfiguration builder instance.
- newBuilder(boolean) - Static method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
-
Creates a new LifecycleConfiguration builder instance using default values or not.
- 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() - 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.Phase
-
Creates a new Phase builder instance using default values or not.
- 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(boolean) - Static method in class org.apache.maven.plugin.lifecycle.Execution
-
Creates a new Execution instance using default values or not.
- newInstance() - Static method in class org.apache.maven.plugin.lifecycle.Lifecycle
-
Creates a new Lifecycle instance.
- newInstance(boolean) - Static method in class org.apache.maven.plugin.lifecycle.Lifecycle
-
Creates a new Lifecycle instance using default values or not.
- newInstance() - Static method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
-
Creates a new LifecycleConfiguration instance.
- newInstance(boolean) - Static method in class org.apache.maven.plugin.lifecycle.LifecycleConfiguration
-
Creates a new LifecycleConfiguration instance using default values or not.
- 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.Phase
-
Creates a new Phase instance using default values or not.
- 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, 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(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(CharSequence) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
-
Deprecated.
- warn(CharSequence, Throwable) - Method in class org.apache.maven.plugin.logging.SystemStreamLog
-
Deprecated.
- 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(Dom) - Method in class org.apache.maven.plugin.lifecycle.Execution
-
Creates a new Execution instance using the specified configuration.
- withConfiguration(Dom) - 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(Writer, LifecycleConfiguration) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer
-
Method write.
- write(OutputStream, LifecycleConfiguration) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer
-
Method write.
- writeDomToSerializer(Dom, XmlSerializer) - Method in class org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer
-
Method writeDomToSerializer.