Java org.apache.maven.plugin Mojo fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.plugin Mojo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.plugin Mojo.

The text is from its open source code.

Implementation

org.apache.maven.plugin.Mojo has the following implementations.
Click this link to see all its implementation.

Field

StringROLE
The component role hint for Plexus container

Method

voidexecute()
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.
LoggetLog()
Furnish access to the standard Maven logging mechanism which is managed in this base class.