Package org.apache.maven.api.spi
package org.apache.maven.api.spi
Defines the Service Provider Interface (SPI) for Maven extensions, allowing
third-party implementations to extend and customize Maven's core functionality
through a stable, versioned API.
- Since:
- 4.0.0
-
ClassDescriptionExtensibleEnumProvider<T extends ExtensibleEnum>An SPI interface to extend Maven with a new enum value.The
ModelParser
interface is used to locate and readModel
s from the file system.Marker interface for model transformers.Component able to contribute to Maven session user properties.Marker interface to indicate services that can be provided by plugins and extensions.