Provides the API for developing Maven 3 plugins (Mojo) with annotations and interfaces.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.9.15</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates a minimal Maven Mojo implementation.
Ensure your plugin depends on Maven 3.x API and uses Maven 3 annotations.
No dependency data recorded yet.