public interface ArtifactInstaller
| Modifier and Type | Method and Description |
|---|---|
void |
install(org.apache.maven.project.ProjectBuildingRequest request,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) |
void |
install(org.apache.maven.project.ProjectBuildingRequest request,
File localRepository,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) |
void install(org.apache.maven.project.ProjectBuildingRequest request,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)
throws ArtifactInstallerException
request - ProjectBuildingRequestmavenArtifacts - ArtifactArtifactInstallerException - in case of an error.void install(org.apache.maven.project.ProjectBuildingRequest request,
File localRepository,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)
throws ArtifactInstallerException
ArtifactInstallerExceptionCopyright © 2002–2019 The Apache Software Foundation. All rights reserved.