OtherActive

Apache Maven Plugin Development Guide

Guide to developing Java plugins for Maven, covering mojos, parameters, and build lifecycle.

Open source page

Product features

Product features

maven-plugin packaging

Set packaging to maven-plugin to build a plugin.

@Mojo Annotation

Use @Mojo annotation to define a plugin goal.

Parameter Configuration

Define and configure parameters within a mojo.

Plugin Documentation

Generate plugin documentation automatically.