- MAVEN_PLUGIN - Static variable in class org.apache.maven.plugin.descriptor.MojoDescriptor
-
The Plexus component type
- Mojo - Interface in org.apache.maven.plugin
-
This interface forms the contract required for Mojos
to interact with the Maven
infrastructure.
- MojoDescriptor - Class in org.apache.maven.plugin.descriptor
-
The bean containing the Mojo 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.
- 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
.
- MojoFailureException - Exception in org.apache.maven.plugin
-
An exception occurring during the execution of a plugin (such as a compilation failure).
- 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
.
- MojoNotFoundException - Exception in org.apache.maven.plugin
-
- 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