Registry / build-tool / maven-plugin-descriptor

maven-plugin-descriptor

JSON →
library2.2.1javamavenunverified

Maven plugin descriptor utility for generating plugin metadata used by Maven build tool.

<dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-descriptor</artifactId> <version>2.2.1</version> </dependency>
INSTALL
IMPORT
SIG · MAVEN-PLUGIN-DESCR
M
maven-plugin-descriptor
build-tooljavav2.2.1
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

Creating a Maven plugin descriptor

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"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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