| Interface | Description |
|---|---|
| Log |
This interface supplies the API for providing feedback to the user from the
Mojo, using standard
Maven channels.There should be no big surprises here, although you may notice that the methods accept java.lang.CharSequence rather than java.lang.String. |
| Mojo |
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 MojoException if error conditions occur. |
| Exception | Description |
|---|---|
| MojoException |
An exception occurring during the execution of a plugin.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.