public interface ArtifactInstaller
Modifier and Type | Method and Description |
---|---|
void |
install(ProjectBuildingRequest request,
Collection<Artifact> mavenArtifacts) |
void |
install(ProjectBuildingRequest request,
File localRepository,
Collection<Artifact> mavenArtifacts) |
void install(ProjectBuildingRequest request, Collection<Artifact> mavenArtifacts) throws ArtifactInstallerException
request
- ProjectBuildingRequest
mavenArtifacts
- Artifact
ArtifactInstallerException
- in case of an error.void install(ProjectBuildingRequest request, File localRepository, Collection<Artifact> mavenArtifacts) throws ArtifactInstallerException
request
- ProjectBuildingRequest
.localRepository
- The location for the local repository.mavenArtifacts
- Collection of MavenArtifacts
ArtifactInstallerException
- In case of an error which can be the a given artifact can not be found or the
installation has failed.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.