Uses of Interface
org.apache.maven.api.Repository
Packages that use Repository
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 Repository in org.apache.maven.api
Subinterfaces of Repository in org.apache.maven.apiModifier and TypeInterfaceDescriptioninterface
The local repository is a directory on the developer's machine where Maven stores all the downloaded artifacts (such as dependencies, plugins, and project artifacts).interface
A remote repository is a central or distributed location from which Maven can download project dependencies, plugins, and other build artifacts.interface
Represents a repository backed by an IDE workspace, the output of a build session, or similar ad-hoc collections of artifacts. -
Uses of Repository in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return RepositoryModifier and TypeMethodDescriptionArtifactResolverResult.ResultItem.getRepository()
Returns the repository from which the artifact was resolved.Methods in org.apache.maven.api.services that return types with arguments of type RepositoryModifier and TypeMethodDescriptionArtifactResolverResult.ResultItem.getExceptions()
Returns a mapping of repositories to the exceptions encountered while resolving the artifact.VersionRangeResolverResult.getRepository
(Version version) Gets the repository from which the specified version was resolved.VersionResolverResult.getRepository()
-
Uses of Repository in org.apache.maven.impl
Classes in org.apache.maven.impl that implement RepositoryMethods in org.apache.maven.impl that return RepositoryModifier and TypeMethodDescriptionAbstractSession.getRepository
(org.eclipse.aether.repository.ArtifactRepository repository) InternalSession.getRepository
(org.eclipse.aether.repository.ArtifactRepository repository)