Package org.apache.maven.api.plugin.descriptor
package org.apache.maven.api.plugin.descriptor
Provides classes for Maven plugin descriptors that define plugin metadata, configuration,
and execution parameters. These descriptors are typically stored in plugin.xml files
within the META-INF/maven directory of plugin JARs.
- Since:
- 4.0.0
-
ClassesClassDescriptionA lifecycle ordering constraint from an
@Afterannotation on a Mojo class.Builder class used to create AfterLink instances.Definition of a dependency, needed by the plugin at runtime.Builder class used to create Dependency instances.A Mojo description.Builder class used to create MojoDescriptor instances.A parameter description.Builder class used to create Parameter instances.Root element of theplugin.xmlfile.Builder class used to create PluginDescriptor instances.Deprecated: Describes a component requirement (plugin tools'@Componentannotation), that will be injected to a Mojo field.Builder class used to create Requirement instances.Dependency collection or resolution injection.Builder class used to create Resolution instances.