Uses of Class
org.apache.maven.model.Repository
Packages that use Repository
Package
Description
Maven Resolver extensions for utilizing the Maven POM and Maven
repository metadata.
-
Uses of Repository in org.apache.maven.bridge
Methods in org.apache.maven.bridge that return RepositoryModifier and TypeMethodDescriptionstatic Repository
MavenRepositorySystem.fromSettingsRepository
(Repository settingsRepository) Methods in org.apache.maven.bridge with parameters of type RepositoryModifier and TypeMethodDescriptionstatic ArtifactRepository
MavenRepositorySystem.buildArtifactRepository
(Repository repo) -
Uses of Repository in org.apache.maven.model
Subclasses of Repository in org.apache.maven.modelMethods in org.apache.maven.model that return RepositoryMethods in org.apache.maven.model that return types with arguments of type RepositoryModifier and TypeMethodDescriptionModelBase.getPluginRepositories()
ModelBase.getRepositories()
static List
<Repository> Repository.repositoryToApiV3
(List<Repository> list) Methods in org.apache.maven.model with parameters of type RepositoryModifier and TypeMethodDescriptionvoid
ModelBase.addPluginRepository
(Repository pluginRepository) void
ModelBase.addRepository
(Repository repository) void
ModelBase.removePluginRepository
(Repository pluginRepository) void
ModelBase.removeRepository
(Repository repository) Method parameters in org.apache.maven.model with type arguments of type RepositoryModifier and TypeMethodDescriptionstatic List
<Repository> Repository.repositoryToApiV4
(List<Repository> list) void
ModelBase.setPluginRepositories
(List<Repository> pluginRepositories) void
ModelBase.setRepositories
(List<Repository> repositories) -
Uses of Repository in org.apache.maven.model.resolution
Methods in org.apache.maven.model.resolution with parameters of type RepositoryModifier and TypeMethodDescriptionvoid
ModelResolver.addRepository
(Repository repository) Adds a repository to use for subsequent resolution requests.void
ModelResolver.addRepository
(Repository repository, boolean replace) Adds a repository to use for subsequent resolution requests. -
Uses of Repository in org.apache.maven.project
Methods in org.apache.maven.project that return types with arguments of type RepositoryModifier and TypeMethodDescriptionMavenProject.getPluginRepositories()
MavenProject.getRepositories()
Methods in org.apache.maven.project with parameters of type RepositoryModifier and TypeMethodDescriptionvoid
ProjectModelResolver.addRepository
(Repository repository) void
ProjectModelResolver.addRepository
(Repository repository, boolean replace) static ArtifactRepository
ProjectUtils.buildArtifactRepository
(Repository repo, ArtifactRepositoryFactory artifactRepositoryFactory, org.codehaus.plexus.PlexusContainer c) Deprecated.Method parameters in org.apache.maven.project with type arguments of type RepositoryModifier and TypeMethodDescriptionstatic List
<ArtifactRepository> ProjectUtils.buildArtifactRepositories
(List<Repository> repositories, ArtifactRepositoryFactory artifactRepositoryFactory, org.codehaus.plexus.PlexusContainer c) Deprecated.DefaultProjectBuildingHelper.createArtifactRepositories
(List<Repository> pomRepositories, List<ArtifactRepository> externalRepositories, ProjectBuildingRequest request) ProjectBuildingHelper.createArtifactRepositories
(List<Repository> pomRepositories, List<ArtifactRepository> externalRepositories, ProjectBuildingRequest request) Creates the effective artifact repositories from the specified POM repositories. -
Uses of Repository in org.apache.maven.repository
Methods in org.apache.maven.repository with parameters of type RepositoryModifier and TypeMethodDescriptionRepositorySystem.buildArtifactRepository
(Repository repository) Deprecated. -
Uses of Repository in org.apache.maven.repository.internal
Methods in org.apache.maven.repository.internal with parameters of type RepositoryModifier and TypeMethodDescriptionstatic org.eclipse.aether.repository.RemoteRepository
ArtifactDescriptorUtils.toRemoteRepository
(Repository repository) -
Uses of Repository in org.apache.maven.repository.legacy
Methods in org.apache.maven.repository.legacy with parameters of type RepositoryModifier and TypeMethodDescriptionLegacyRepositorySystem.buildArtifactRepository
(Repository repo) Deprecated.