Uses of Class
org.apache.maven.api.services.ToolchainFactoryException
Packages that use ToolchainFactoryException
Package
Description
Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
-
Uses of ToolchainFactoryException in org.apache.maven.api.services
Methods in org.apache.maven.api.services that throw ToolchainFactoryExceptionModifier and TypeMethodDescriptionToolchainFactory.createDefaultToolchain()
Creates a default toolchain instance using system defaults.ToolchainFactory.createToolchain
(ToolchainModel model) Creates a toolchain instance from the provided model configuration.