Uses of Interface
org.apache.maven.api.Exclusion
Packages that use Exclusion
Package
Description
Maven Core API
Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
-
Uses of Exclusion in org.apache.maven.api
Methods in org.apache.maven.api that return types with arguments of type ExclusionModifier and TypeMethodDescriptionDependencyCoordinates.getExclusions()
Returns transitive dependencies to exclude. -
Uses of Exclusion in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return types with arguments of type ExclusionMethods in org.apache.maven.api.services with parameters of type ExclusionModifier and TypeMethodDescriptionDependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder.exclusion
(Exclusion exclusion) Method parameters in org.apache.maven.api.services with type arguments of type ExclusionModifier and TypeMethodDescriptionDependencyCoordinatesFactoryRequest.DependencyCoordinatesFactoryRequestBuilder.exclusions
(Collection<Exclusion> exclusions) -
Uses of Exclusion in org.apache.maven.impl
Methods in org.apache.maven.impl that return types with arguments of type Exclusion