Registry / build-tool / maven-plugin-tools-api

maven-plugin-tools-api

JSON →
library3.15.2javamavenunverified

Provides an API to extract descriptor information from Maven plugins.

<dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-tools-api</artifactId> <version>3.15.2</version> </dependency>
INSTALL
IMPORT
SIG · MAVEN-PLUGIN-TOOLS
M
maven-plugin-tools-api
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.

PluginDescriptor
org.apache.maven.plugin.descriptor.PluginDescriptor

Create a plugin descriptor instance.

import org.apache.maven.plugin.descriptor.PluginDescriptor; public class Example { public static void main(String[] args) { PluginDescriptor descriptor = new PluginDescriptor(); System.out.println("Plugin descriptor created: " + descriptor); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.15.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
maven-plugin-tools-api — mvn dependency:get maven-plugin-tools-api · libregistry