Uses of Class
org.apache.maven.api.spi.ModelParserException
Packages that use ModelParserException
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 ModelParserException in org.apache.maven.api.spi
Methods in org.apache.maven.api.spi that throw ModelParserExceptionModifier and TypeMethodDescriptionModelParser.locateAndParse
(Path dir, Map<String, ?> options) Locate and parse the model in the specified directory.Parse the model obtained previously by a previous call toModelParser.locate(Path)
.