Registry / build-tool / maven-plugin-annotations

maven-plugin-annotations

JSON →
library3.15.2javamavenunverified

Java annotations to use in Mojos for Maven plugin development.

<dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <version>3.15.2</version> </dependency>
INSTALL
IMPORT
SIG · MAVEN-PLUGIN-ANNOT
M
maven-plugin-annotations
build-tooljavav3.15.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Mojo
org.apache.maven.plugins.annotations.Mojo

Defines a Maven Mojo with the @Mojo annotation.

import org.apache.maven.plugins.annotations.Mojo; @Mojo(name = "example") public class ExampleMojo { public void execute() { System.out.println("Hello"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.15.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
maven-plugin-annotations — mvn dependency:get maven-plugin-annotations · libregistry