Uses of Class
org.apache.maven.api.spi.ModelTransformerException
Packages that use ModelTransformerException
Package
Description
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.
-
Uses of ModelTransformerException in org.apache.maven.api.spi
Methods in org.apache.maven.api.spi that throw ModelTransformerExceptionModifier and TypeMethodDescriptiondefault Model
ModelTransformer.transformEffectiveModel
(Model model) Apply a transformation on the effective models.default Model
ModelTransformer.transformFileModel
(Model model) Apply a transformation on the file model.default Model
ModelTransformer.transformRawModel
(Model model) Apply a transformation on the raw models.