Uses of Class
org.apache.maven.api.services.DependencyResolverException
Packages that use DependencyResolverException
Package
Description
Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
-
Uses of DependencyResolverException in org.apache.maven.api.services
Methods in org.apache.maven.api.services that throw DependencyResolverExceptionModifier and TypeMethodDescriptionFlattens a list of nodes.DependencyResolver.resolve
(DependencyResolverRequest request) This method collects, flattens and resolves the dependencies. -
Uses of DependencyResolverException in org.apache.maven.impl
Methods in org.apache.maven.impl that throw DependencyResolverExceptionModifier and TypeMethodDescriptionDefaultDependencyResolver.collect
(DependencyResolverRequest request) DefaultDependencyResolver.resolve
(DependencyResolverRequest request) Collects, flattens and resolves the dependencies.