Uses of Class
org.apache.maven.resolver.internal.ant.types.RemoteRepository
Packages that use RemoteRepository
Package
Description
-
Uses of RemoteRepository in org.apache.maven.resolver.internal.ant
Methods in org.apache.maven.resolver.internal.ant with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionvoidAntRepoSys.deploy(org.apache.tools.ant.Task task, Pom pom, Artifacts artifacts, RemoteRepository releaseRepository, RemoteRepository snapshotRepository) Deploys the specified artifacts to the configured remote repository (release or snapshot). -
Uses of RemoteRepository in org.apache.maven.resolver.internal.ant.tasks
Methods in org.apache.maven.resolver.internal.ant.tasks with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionvoidAbstractResolvingTask.addRemoteRepo(RemoteRepository repository) Adds a single<remoteRepo>element to the list of remote repositories used for resolution.voidDeploy.addRemoteRepo(RemoteRepository repository) Allows ant to add a remote repository which artifacts will be deployed to.voidDeploy.addSnapshotRepo(RemoteRepository snapshotRepository) Adds a snapshot repository to which snapshot artifacts will be deployed. -
Uses of RemoteRepository in org.apache.maven.resolver.internal.ant.types
Methods in org.apache.maven.resolver.internal.ant.types that return RemoteRepositoryModifier and TypeMethodDescriptionprotected RemoteRepositoryRemoteRepository.getRef()Resolves this object if defined as a reference and verifies that it is aRemoteRepositoryinstance.Methods in org.apache.maven.resolver.internal.ant.types that return types with arguments of type RemoteRepositoryModifier and TypeMethodDescriptionRemoteRepositories.getRepositories()Returns a flattened list of allRemoteRepositoryinstances contained in this object.RemoteRepository.getRepositories()Returns a singleton list containing this repository.RemoteRepositoryContainer.getRepositories()Returns the list of remote repositories represented by this container.Methods in org.apache.maven.resolver.internal.ant.types with parameters of type RemoteRepositoryModifier and TypeMethodDescriptionvoidRemoteRepositories.addRemoterepo(RemoteRepository repository) Allow ant to add a single remote repository to the list of containers.voidPom.addRemoteRepo(RemoteRepository repository) Adds a single remote repository to this POM's list of repositories.