Interface | Description |
---|---|
ContextEnabled |
Interface to allow
Mojos to communicate with each others Mojos , other than
project's source root and project's attachment. |
Mojo |
This interface forms the contract required for
Mojos to interact with the Maven
infrastructure. |
Class | Description |
---|---|
AbstractMojo |
Abstract class to provide most of the infrastructure required to implement a
Mojo except for
the execute method. |
Exception | Description |
---|---|
AbstractMojoExecutionException |
Base exception.
|
MojoExecutionException |
An exception occurring during the execution of a plugin.
|
MojoFailureException |
An exception occurring during the execution of a plugin (such as a compilation failure).
|
MojoNotFoundException |
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.