@Component(role=ArtifactInstaller.class, hint="maven31") public class Maven31ArtifactInstaller extends Object implements ArtifactInstaller
Constructor and Description |
---|
Maven31ArtifactInstaller() |
Modifier and Type | Method and Description |
---|---|
void |
install(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) |
void |
install(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
File localRepository,
Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) |
public void install(org.apache.maven.project.ProjectBuildingRequest buildingRequest, Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) throws ArtifactInstallerException
install
in interface ArtifactInstaller
buildingRequest
- ProjectBuildingRequest
mavenArtifacts
- Artifact
ArtifactInstallerException
- in case of an error.public void install(org.apache.maven.project.ProjectBuildingRequest buildingRequest, File localRepository, Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) throws ArtifactInstallerException
install
in interface ArtifactInstaller
ArtifactInstallerException
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.