Uses of Interface
org.apache.maven.artifact.repository.ArtifactRepository

Packages that use ArtifactRepository
org.apache.maven   
org.apache.maven.artifact   
org.apache.maven.artifact.deployer   
org.apache.maven.artifact.installer   
org.apache.maven.artifact.manager   
org.apache.maven.artifact.metadata   
org.apache.maven.artifact.repository   
org.apache.maven.artifact.repository.layout   
org.apache.maven.artifact.repository.metadata   
org.apache.maven.artifact.resolver   
org.apache.maven.artifact.transform   
org.apache.maven.execution   
org.apache.maven.extension   
org.apache.maven.plugin   
org.apache.maven.plugin.version   
org.apache.maven.project   
org.apache.maven.project.artifact   
 

Uses of ArtifactRepository in org.apache.maven
 

Methods in org.apache.maven with parameters of type ArtifactRepository
 MavenProject DefaultMaven.getProject(File pom, ArtifactRepository localRepository, Settings settings, Properties userProperties, ProfileManager globalProfileManager)
          Deprecated. Use DefaultMaven.getProject(File, MavenExecutionRequest) instead.
 

Uses of ArtifactRepository in org.apache.maven.artifact
 

Methods in org.apache.maven.artifact that return ArtifactRepository
 ArtifactRepository DefaultArtifact.getRepository()
           
 ArtifactRepository Artifact.getRepository()
           
 

Methods in org.apache.maven.artifact with parameters of type ArtifactRepository
 void DefaultArtifact.setRepository(ArtifactRepository repository)
           
 void Artifact.setRepository(ArtifactRepository remoteRepository)
           
 void DefaultArtifact.updateVersion(String version, ArtifactRepository localRepository)
           
 void Artifact.updateVersion(String version, ArtifactRepository localRepository)
           
 

Uses of ArtifactRepository in org.apache.maven.artifact.deployer
 

Methods in org.apache.maven.artifact.deployer with parameters of type ArtifactRepository
 void DefaultArtifactDeployer.deploy(File source, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository)
           
 void ArtifactDeployer.deploy(File source, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository)
          Deploy an artifact from a particular file.
 void DefaultArtifactDeployer.deploy(String basedir, String finalName, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository)
          Deprecated. we want to use the artifact method only, and ensure artifact.file is set correctly.
 void ArtifactDeployer.deploy(String basedir, String finalName, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository)
          Deprecated. to be removed before 2.0 after the instlal/deploy plugins use the alternate method
 

Uses of ArtifactRepository in org.apache.maven.artifact.installer
 

Methods in org.apache.maven.artifact.installer with parameters of type ArtifactRepository
 void DefaultArtifactInstaller.install(File source, Artifact artifact, ArtifactRepository localRepository)
           
 void ArtifactInstaller.install(File source, Artifact artifact, ArtifactRepository localRepository)
          Install an artifact from a particular file.
 void DefaultArtifactInstaller.install(String basedir, String finalName, Artifact artifact, ArtifactRepository localRepository)
          Deprecated. we want to use the artifact method only, and ensure artifact.file is set correctly.
 void ArtifactInstaller.install(String basedir, String finalName, Artifact artifact, ArtifactRepository localRepository)
          Deprecated. to be removed before 2.0 after the instlal/deploy plugins use the alternate method
 

Uses of ArtifactRepository in org.apache.maven.artifact.manager
 

Methods in org.apache.maven.artifact.manager that return ArtifactRepository
 ArtifactRepository DefaultWagonManager.getMirror(ArtifactRepository originalRepository)
          This method finds a matching mirror for the selected repository.
 ArtifactRepository WagonManager.getMirrorRepository(ArtifactRepository repository)
           
 ArtifactRepository DefaultWagonManager.getMirrorRepository(ArtifactRepository repository)
           
 

Methods in org.apache.maven.artifact.manager with parameters of type ArtifactRepository
 void WagonManager.getArtifact(Artifact artifact, ArtifactRepository repository)
           
 void DefaultWagonManager.getArtifact(Artifact artifact, ArtifactRepository repository)
           
 void WagonManager.getArtifactMetadata(ArtifactMetadata metadata, ArtifactRepository remoteRepository, File destination, String checksumPolicy)
           
 void DefaultWagonManager.getArtifactMetadata(ArtifactMetadata metadata, ArtifactRepository repository, File destination, String checksumPolicy)
           
 void WagonManager.getArtifactMetadataFromDeploymentRepository(ArtifactMetadata metadata, ArtifactRepository remoteRepository, File file, String checksumPolicyWarn)
           
 void DefaultWagonManager.getArtifactMetadataFromDeploymentRepository(ArtifactMetadata metadata, ArtifactRepository repository, File destination, String checksumPolicy)
           
 ArtifactRepository DefaultWagonManager.getMirror(ArtifactRepository originalRepository)
          This method finds a matching mirror for the selected repository.
 ArtifactRepository WagonManager.getMirrorRepository(ArtifactRepository repository)
           
 ArtifactRepository DefaultWagonManager.getMirrorRepository(ArtifactRepository repository)
           
 boolean DefaultWagonManager.isExternalRepo(ArtifactRepository originalRepository)
          Checks the URL to see if this repository refers to an external repository
 boolean DefaultWagonManager.matchPattern(ArtifactRepository originalRepository, String pattern)
          This method checks if the pattern matches the originalRepository.
 void WagonManager.putArtifact(File source, Artifact artifact, ArtifactRepository deploymentRepository)
           
 void DefaultWagonManager.putArtifact(File source, Artifact artifact, ArtifactRepository deploymentRepository)
           
 void WagonManager.putArtifactMetadata(File source, ArtifactMetadata artifactMetadata, ArtifactRepository repository)
           
 void DefaultWagonManager.putArtifactMetadata(File source, ArtifactMetadata artifactMetadata, ArtifactRepository repository)
           
 

Uses of ArtifactRepository in org.apache.maven.artifact.metadata
 

Methods in org.apache.maven.artifact.metadata with parameters of type ArtifactRepository
 String ArtifactMetadata.getLocalFilename(ArtifactRepository repository)
          Get the filename of this metadata on the local repository.
 ResolutionGroup ArtifactMetadataSource.retrieve(Artifact artifact, ArtifactRepository localRepository, List remoteRepositories)
           
 List ArtifactMetadataSource.retrieveAvailableVersions(Artifact artifact, ArtifactRepository localRepository, List remoteRepositories)
          Get a list of available versions for an artifact in the remote repository
 Artifact ArtifactMetadataSource.retrieveRelocatedArtifact(Artifact artifact, ArtifactRepository localRepository, List remoteRepositories)
          Resolve all relocations in the POM for this artifact, and return the new artifact coordinate.
 void ArtifactMetadata.storeInLocalRepository(ArtifactRepository localRepository, ArtifactRepository remoteRepository)
          Store the metadata in the local repository.
 

Uses of ArtifactRepository in org.apache.maven.artifact.repository
 

Classes in org.apache.maven.artifact.repository that implement ArtifactRepository
 class DefaultArtifactRepository
          This class is an abstraction of the location from/to resources can be transfered.
 

Methods in org.apache.maven.artifact.repository that return ArtifactRepository
 ArtifactRepository DefaultArtifactRepositoryFactory.createArtifactRepository(String id, String url, ArtifactRepositoryLayout repositoryLayout, ArtifactRepositoryPolicy snapshots, ArtifactRepositoryPolicy releases)
           
 ArtifactRepository ArtifactRepositoryFactory.createArtifactRepository(String id, String url, ArtifactRepositoryLayout repositoryLayout, ArtifactRepositoryPolicy snapshots, ArtifactRepositoryPolicy releases)
           
 ArtifactRepository DefaultArtifactRepositoryFactory.createDeploymentArtifactRepository(String id, String url, ArtifactRepositoryLayout repositoryLayout, boolean uniqueVersion)
           
 ArtifactRepository ArtifactRepositoryFactory.createDeploymentArtifactRepository(String id, String url, ArtifactRepositoryLayout layout, boolean uniqueVersion)
           
 

Methods in org.apache.maven.artifact.repository with parameters of type ArtifactRepository
 String DefaultArtifactRepository.pathOfLocalRepositoryMetadata(ArtifactMetadata metadata, ArtifactRepository repository)
           
 String ArtifactRepository.pathOfLocalRepositoryMetadata(ArtifactMetadata metadata, ArtifactRepository repository)
           
 

Uses of ArtifactRepository in org.apache.maven.artifact.repository.layout
 

Methods in org.apache.maven.artifact.repository.layout with parameters of type ArtifactRepository
 String LegacyRepositoryLayout.pathOfLocalRepositoryMetadata(ArtifactMetadata metadata, ArtifactRepository repository)
           
 String DefaultRepositoryLayout.pathOfLocalRepositoryMetadata(ArtifactMetadata metadata, ArtifactRepository repository)
           
 String ArtifactRepositoryLayout.pathOfLocalRepositoryMetadata(ArtifactMetadata metadata, ArtifactRepository repository)
           
 

Uses of ArtifactRepository in org.apache.maven.artifact.repository.metadata
 

Methods in org.apache.maven.artifact.repository.metadata with parameters of type ArtifactRepository
 void RepositoryMetadataManager.deploy(ArtifactMetadata metadata, ArtifactRepository localRepository, ArtifactRepository deploymentRepository)
          Deploy metadata to the remote repository.
 void DefaultRepositoryMetadataManager.deploy(ArtifactMetadata metadata, ArtifactRepository localRepository, ArtifactRepository deploymentRepository)
           
 String AbstractRepositoryMetadata.getLocalFilename(ArtifactRepository repository)
           
 void RepositoryMetadataManager.install(ArtifactMetadata metadata, ArtifactRepository localRepository)
          Install the metadata in the local repository.
 void DefaultRepositoryMetadataManager.install(ArtifactMetadata metadata, ArtifactRepository localRepository)
           
 void RepositoryMetadataManager.resolve(RepositoryMetadata repositoryMetadata, List repositories, ArtifactRepository localRepository)
           
 void DefaultRepositoryMetadataManager.resolve(RepositoryMetadata metadata, List remoteRepositories, ArtifactRepository localRepository)
           
 void RepositoryMetadataManager.resolveAlways(RepositoryMetadata metadata, ArtifactRepository localRepository, ArtifactRepository remoteRepository)
           
 void DefaultRepositoryMetadataManager.resolveAlways(RepositoryMetadata metadata, ArtifactRepository localRepository, ArtifactRepository remoteRepository)
           
 void SnapshotArtifactRepositoryMetadata.setRepository(ArtifactRepository remoteRepository)
           
 void RepositoryMetadata.setRepository(ArtifactRepository remoteRepository)
          Set the repository the metadata was located in.
 void GroupRepositoryMetadata.setRepository(ArtifactRepository remoteRepository)
           
 void ArtifactRepositoryMetadata.setRepository(ArtifactRepository remoteRepository)
           
 void AbstractRepositoryMetadata.storeInLocalRepository(ArtifactRepository localRepository, ArtifactRepository remoteRepository)
           
protected  void AbstractRepositoryMetadata.updateRepositoryMetadata(ArtifactRepository localRepository, ArtifactRepository remoteRepository)
           
 

Uses of ArtifactRepository in org.apache.maven.artifact.resolver
 

Methods in org.apache.maven.artifact.resolver with parameters of type ArtifactRepository
 ArtifactResolutionResult DefaultArtifactCollector.collect(Set artifacts, Artifact originatingArtifact, ArtifactRepository localRepository, List remoteRepositories, ArtifactMetadataSource source, ArtifactFilter filter, List listeners)
           
 ArtifactResolutionResult ArtifactCollector.collect(Set artifacts, Artifact originatingArtifact, ArtifactRepository localRepository, List remoteRepositories, ArtifactMetadataSource source, ArtifactFilter filter, List listeners)
           
 ArtifactResolutionResult DefaultArtifactCollector.collect(Set artifacts, Artifact originatingArtifact, Map managedVersions, ArtifactRepository localRepository, List remoteRepositories, ArtifactMetadataSource source, ArtifactFilter filter, List listeners)
           
 ArtifactResolutionResult ArtifactCollector.collect(Set artifacts, Artifact originatingArtifact, Map managedVersions, ArtifactRepository localRepository, List remoteRepositories, ArtifactMetadataSource source, ArtifactFilter filter, List listeners)
           
 void DefaultArtifactResolver.resolve(Artifact artifact, List remoteRepositories, ArtifactRepository localRepository)
           
 void ArtifactResolver.resolve(Artifact artifact, List remoteRepositories, ArtifactRepository localRepository)
           
 void DefaultArtifactResolver.resolveAlways(Artifact artifact, List remoteRepositories, ArtifactRepository localRepository)
           
 void ArtifactResolver.resolveAlways(Artifact artifact, List remoteRepositories, ArtifactRepository localRepository)
           
 ArtifactResolutionResult DefaultArtifactResolver.resolveTransitively(Set artifacts, Artifact originatingArtifact, ArtifactRepository localRepository, List remoteRepositories, ArtifactMetadataSource source, ArtifactFilter filter)
           
 ArtifactResolutionResult ArtifactResolver.resolveTransitively(Set artifacts, Artifact originatingArtifact, ArtifactRepository localRepository, List remoteRepositories, ArtifactMetadataSource source, ArtifactFilter filter)
           
 ArtifactResolutionResult DefaultArtifactResolver.resolveTransitively(Set artifacts, Artifact originatingArtifact, List remoteRepositories, ArtifactRepository localRepository, ArtifactMetadataSource source)
           
 ArtifactResolutionResult ArtifactResolver.resolveTransitively(Set artifacts, Artifact originatingArtifact, List remoteRepositories, ArtifactRepository localRepository, ArtifactMetadataSource source)
           
 ArtifactResolutionResult DefaultArtifactResolver.resolveTransitively(Set artifacts, Artifact originatingArtifact, List remoteRepositories, ArtifactRepository localRepository, ArtifactMetadataSource source, List listeners)
           
 ArtifactResolutionResult ArtifactResolver.resolveTransitively(Set artifacts, Artifact originatingArtifact, List remoteRepositories, ArtifactRepository localRepository, ArtifactMetadataSource source, List listeners)
           
 ArtifactResolutionResult DefaultArtifactResolver.resolveTransitively(Set artifacts, Artifact originatingArtifact, Map managedVersions, ArtifactRepository localRepository, List remoteRepositories, ArtifactMetadataSource source)
           
 ArtifactResolutionResult ArtifactResolver.resolveTransitively(Set artifacts, Artifact originatingArtifact, Map managedVersions, ArtifactRepository localRepository, List remoteRepositories, ArtifactMetadataSource source)
           
 ArtifactResolutionResult DefaultArtifactResolver.resolveTransitively(Set artifacts, Artifact originatingArtifact, Map managedVersions, ArtifactRepository localRepository, List remoteRepositories, ArtifactMetadataSource source, ArtifactFilter filter)
           
 ArtifactResolutionResult ArtifactResolver.resolveTransitively(Set artifacts, Artifact originatingArtifact, Map managedVersions, ArtifactRepository localRepository, List remoteRepositories, ArtifactMetadataSource source, ArtifactFilter filter)
           
 ArtifactResolutionResult DefaultArtifactResolver.resolveTransitively(Set artifacts, Artifact originatingArtifact, Map managedVersions, ArtifactRepository localRepository, List remoteRepositories, ArtifactMetadataSource source, ArtifactFilter filter, List listeners)
           
 ArtifactResolutionResult ArtifactResolver.resolveTransitively(Set artifacts, Artifact originatingArtifact, Map managedVersions, ArtifactRepository localRepository, List remoteRepositories, ArtifactMetadataSource source, ArtifactFilter filter, List listeners)
           
 

Uses of ArtifactRepository in org.apache.maven.artifact.transform
 

Methods in org.apache.maven.artifact.transform with parameters of type ArtifactRepository
protected  String AbstractVersionTransformation.resolveVersion(Artifact artifact, ArtifactRepository localRepository, List remoteRepositories)
           
 void SnapshotTransformation.transformForDeployment(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository)
           
 void ReleaseArtifactTransformation.transformForDeployment(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository)
           
 void LatestArtifactTransformation.transformForDeployment(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository)
           
 void DefaultArtifactTransformationManager.transformForDeployment(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository)
           
 void ArtifactTransformationManager.transformForDeployment(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository)
          Take in a artifact and return the transformed artifact for distributing toa remote repository.
 void ArtifactTransformation.transformForDeployment(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository)
          Take in a artifact and return the transformed artifact for distributing toa remote repository.
 void SnapshotTransformation.transformForInstall(Artifact artifact, ArtifactRepository localRepository)
           
 void ReleaseArtifactTransformation.transformForInstall(Artifact artifact, ArtifactRepository localRepository)
           
 void LatestArtifactTransformation.transformForInstall(Artifact artifact, ArtifactRepository localRepository)
           
 void DefaultArtifactTransformationManager.transformForInstall(Artifact artifact, ArtifactRepository localRepository)
           
 void ArtifactTransformationManager.transformForInstall(Artifact artifact, ArtifactRepository localRepository)
          Take in a artifact and return the transformed artifact for locating in the local repository.
 void ArtifactTransformation.transformForInstall(Artifact artifact, ArtifactRepository localRepository)
          Take in a artifact and return the transformed artifact for locating in the local repository.
 void SnapshotTransformation.transformForResolve(Artifact artifact, List remoteRepositories, ArtifactRepository localRepository)
           
 void ReleaseArtifactTransformation.transformForResolve(Artifact artifact, List remoteRepositories, ArtifactRepository localRepository)
           
 void LatestArtifactTransformation.transformForResolve(Artifact artifact, List remoteRepositories, ArtifactRepository localRepository)
           
 void DefaultArtifactTransformationManager.transformForResolve(Artifact artifact, List remoteRepositories, ArtifactRepository localRepository)
           
 void ArtifactTransformationManager.transformForResolve(Artifact artifact, List remoteRepositories, ArtifactRepository localRepository)
          Take in a artifact and return the transformed artifact for locating in the remote repository.
 void ArtifactTransformation.transformForResolve(Artifact artifact, List remoteRepositories, ArtifactRepository localRepository)
          Take in a artifact and return the transformed artifact for locating in the remote repository.
 

Uses of ArtifactRepository in org.apache.maven.execution
 

Methods in org.apache.maven.execution that return ArtifactRepository
 ArtifactRepository MavenSession.getLocalRepository()
           
 ArtifactRepository MavenExecutionRequest.getLocalRepository()
           
 ArtifactRepository DefaultMavenExecutionRequest.getLocalRepository()
           
 

Constructors in org.apache.maven.execution with parameters of type ArtifactRepository
DefaultMavenExecutionRequest(ArtifactRepository localRepository, Settings settings, EventDispatcher eventDispatcher, List goals, String baseDirectory, ProfileManager globalProfileManager, Properties executionProperties, Properties userProperties, boolean showErrors)
           
MavenSession(org.codehaus.plexus.PlexusContainer container, Settings settings, ArtifactRepository localRepository, EventDispatcher eventDispatcher, ReactorManager reactorManager, List goals, String executionRootDir, Properties executionProperties, Date startTime)
           
 

Uses of ArtifactRepository in org.apache.maven.extension
 

Methods in org.apache.maven.extension with parameters of type ArtifactRepository
 void ExtensionManager.addExtension(Extension extension, MavenProject project, ArtifactRepository localRepository)
           
 void DefaultExtensionManager.addExtension(Extension extension, MavenProject project, ArtifactRepository localRepository)
           
 

Uses of ArtifactRepository in org.apache.maven.plugin
 

Methods in org.apache.maven.plugin with parameters of type ArtifactRepository
protected  void DefaultPluginManager.addPlugin(Plugin plugin, Artifact pluginArtifact, MavenProject project, ArtifactRepository localRepository)
           
 Plugin PluginMappingManager.getByPrefix(String pluginPrefix, List groupIds, List pluginRepositories, ArtifactRepository localRepository)
           
 Plugin DefaultPluginMappingManager.getByPrefix(String pluginPrefix, List groupIds, List pluginRepositories, ArtifactRepository localRepository)
           
 PluginDescriptor PluginManager.verifyPlugin(Plugin plugin, MavenProject project, Settings settings, ArtifactRepository localRepository)
           
 PluginDescriptor DefaultPluginManager.verifyPlugin(Plugin plugin, MavenProject project, Settings settings, ArtifactRepository localRepository)
           
 

Uses of ArtifactRepository in org.apache.maven.plugin.version
 

Methods in org.apache.maven.plugin.version with parameters of type ArtifactRepository
 String PluginVersionManager.resolvePluginVersion(String groupId, String artifactId, MavenProject project, Settings settings, ArtifactRepository localRepository)
           
 String DefaultPluginVersionManager.resolvePluginVersion(String groupId, String artifactId, MavenProject project, Settings settings, ArtifactRepository localRepository)
           
 String PluginVersionManager.resolveReportPluginVersion(String groupId, String artifactId, MavenProject project, Settings settings, ArtifactRepository localRepository)
           
 String DefaultPluginVersionManager.resolveReportPluginVersion(String groupId, String artifactId, MavenProject project, Settings settings, ArtifactRepository localRepository)
           
 

Uses of ArtifactRepository in org.apache.maven.project
 

Methods in org.apache.maven.project that return ArtifactRepository
static ArtifactRepository ProjectUtils.buildArtifactRepository(Repository repo, ArtifactRepositoryFactory artifactRepositoryFactory, org.codehaus.plexus.PlexusContainer container)
           
static ArtifactRepository ProjectUtils.buildDeploymentArtifactRepository(DeploymentRepository repo, ArtifactRepositoryFactory artifactRepositoryFactory, org.codehaus.plexus.PlexusContainer container)
           
 ArtifactRepository MavenProject.getDistributionManagementArtifactRepository()
           
 ArtifactRepository ProjectBuilderConfiguration.getLocalRepository()
           
 ArtifactRepository DefaultProjectBuilderConfiguration.getLocalRepository()
           
protected  ArtifactRepository MavenProject.getReleaseArtifactRepository()
           
protected  ArtifactRepository MavenProject.getSnapshotArtifactRepository()
           
 

Methods in org.apache.maven.project with parameters of type ArtifactRepository
 MavenProject MavenProjectBuilder.build(File project, ArtifactRepository localRepository, ProfileManager globalProfileManager)
           
 MavenProject DefaultMavenProjectBuilder.build(File projectDescriptor, ArtifactRepository localRepository, ProfileManager profileManager)
           
 MavenProject MavenProjectBuilder.build(File project, ArtifactRepository localRepository, ProfileManager globalProfileManager, boolean checkDistributionManagementStatus)
           
 MavenProject DefaultMavenProjectBuilder.build(File projectDescriptor, ArtifactRepository localRepository, ProfileManager profileManager, boolean checkDistributionManagementStatus)
           
 MavenProject MavenProjectBuilder.buildFromRepository(Artifact artifact, List remoteArtifactRepositories, ArtifactRepository localRepository)
          Build the artifact from the local repository, resolving it if necessary.
 MavenProject DefaultMavenProjectBuilder.buildFromRepository(Artifact artifact, List remoteArtifactRepositories, ArtifactRepository localRepository)
           
 MavenProject MavenProjectBuilder.buildFromRepository(Artifact artifact, List remoteArtifactRepositories, ArtifactRepository localRepository, boolean allowStubModel)
          Build the artifact from the local repository, resolving it if necessary.
 MavenProject DefaultMavenProjectBuilder.buildFromRepository(Artifact artifact, List remoteArtifactRepositories, ArtifactRepository localRepository, boolean allowStubModel)
           
 MavenProject MavenProjectBuilder.buildStandaloneSuperProject(ArtifactRepository localRepository)
          Deprecated. Use MavenProjectBuilder.buildStandaloneSuperProject(ProjectBuilderConfiguration) instead.
 MavenProject DefaultMavenProjectBuilder.buildStandaloneSuperProject(ArtifactRepository localRepository)
           
 MavenProject MavenProjectBuilder.buildStandaloneSuperProject(ArtifactRepository localRepository, ProfileManager profileManager)
          Deprecated. Use MavenProjectBuilder.buildStandaloneSuperProject(ProjectBuilderConfiguration) instead.
 MavenProject DefaultMavenProjectBuilder.buildStandaloneSuperProject(ArtifactRepository localRepository, ProfileManager profileManager)
           
 MavenProject MavenProjectBuilder.buildWithDependencies(File project, ArtifactRepository localRepository, ProfileManager globalProfileManager)
           
 MavenProject DefaultMavenProjectBuilder.buildWithDependencies(File projectDescriptor, ArtifactRepository localRepository, ProfileManager profileManager)
           
 MavenProject MavenProjectBuilder.buildWithDependencies(File project, ArtifactRepository localRepository, ProfileManager globalProfileManager, org.apache.maven.wagon.events.TransferListener transferListener)
           
 MavenProject DefaultMavenProjectBuilder.buildWithDependencies(File projectDescriptor, ArtifactRepository localRepository, ProfileManager profileManager, org.apache.maven.wagon.events.TransferListener transferListener)
           
 ProjectBuilderConfiguration ProjectBuilderConfiguration.setLocalRepository(ArtifactRepository localRepository)
           
 ProjectBuilderConfiguration DefaultProjectBuilderConfiguration.setLocalRepository(ArtifactRepository localRepository)
           
 void MavenProject.setReleaseArtifactRepository(ArtifactRepository releaseArtifactRepository)
           
 void MavenProject.setSnapshotArtifactRepository(ArtifactRepository snapshotArtifactRepository)
           
 

Uses of ArtifactRepository in org.apache.maven.project.artifact
 

Methods in org.apache.maven.project.artifact that return ArtifactRepository
 ArtifactRepository AttachedArtifact.getRepository()
           
 ArtifactRepository ActiveProjectArtifact.getRepository()
          
 

Methods in org.apache.maven.project.artifact with parameters of type ArtifactRepository
 String ProjectArtifactMetadata.getLocalFilename(ArtifactRepository repository)
           
 ResolutionGroup MavenMetadataSource.retrieve(Artifact artifact, ArtifactRepository localRepository, List remoteRepositories)
          Retrieve the metadata for the project from the repository.
 List MavenMetadataSource.retrieveAvailableVersions(Artifact artifact, ArtifactRepository localRepository, List remoteRepositories)
           
 Artifact MavenMetadataSource.retrieveRelocatedArtifact(Artifact artifact, ArtifactRepository localRepository, List remoteRepositories)
          Resolve all relocations in the POM for this artifact, and return the new artifact coordinate.
 void AttachedArtifact.setRepository(ArtifactRepository repository)
           
 void ActiveProjectArtifact.setRepository(ArtifactRepository remoteRepository)
          
 void ProjectArtifactMetadata.storeInLocalRepository(ArtifactRepository localRepository, ArtifactRepository remoteRepository)
           
 void ActiveProjectArtifact.updateVersion(String version, ArtifactRepository localRepository)
          
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.