Maven Plugin API

The API for plugins - composed of goals implemented by Mojos - development:

A plugin is described in a META-INF/maven/plugin.xml plugin descriptor, generally generated from plugin sources using maven-plugin-plugin.

See Also