Uses of Package
org.apache.maven.api.toolchain

Package
Description
Maven Core API
 
Defines core service interfaces that provide essential Maven functionality such as artifact resolution, dependency management, and build execution.
Provides XML-specific services for reading and writing Maven's configuration files and descriptors.
Provides classes for managing Maven toolchains, which allow projects to use specific tool installations (like JDKs, compilers, or other build tools) across different environments without hardcoding paths.
This package contain support (mostly abstract) classes, that implement "base" of CLIng.