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
- ProjectBuildingRequest
mavenArtifacts
- Artifact
ArtifactInstallerException
- in case of an error.void install(org.apache.maven.project.ProjectBuildingRequest request, File localRepository, Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) throws ArtifactInstallerException
ArtifactInstallerException
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.