Class Maven31ArtifactInstaller
- java.lang.Object
-
- org.apache.maven.shared.artifact.install.internal.Maven31ArtifactInstaller
-
- All Implemented Interfaces:
ArtifactInstaller
@Component(role=ArtifactInstaller.class, hint="maven31") public class Maven31ArtifactInstaller extends java.lang.Object implements ArtifactInstaller
-
-
Constructor Summary
Constructors Constructor Description Maven31ArtifactInstaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinstall(org.apache.maven.project.ProjectBuildingRequest buildingRequest, java.io.File localRepository, java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)voidinstall(org.apache.maven.project.ProjectBuildingRequest buildingRequest, java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)
-
-
-
Method Detail
-
install
public void install(org.apache.maven.project.ProjectBuildingRequest buildingRequest, java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) throws ArtifactInstallerException- Specified by:
installin interfaceArtifactInstaller- Parameters:
buildingRequest-ProjectBuildingRequestmavenArtifacts-Artifact- Throws:
ArtifactInstallerException- in case of an error.
-
install
public void install(org.apache.maven.project.ProjectBuildingRequest buildingRequest, java.io.File localRepository, java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) throws ArtifactInstallerException- Specified by:
installin interfaceArtifactInstaller- Throws:
ArtifactInstallerException
-
-