Class Maven31ArtifactInstaller
java.lang.Object
org.apache.maven.shared.transfer.artifact.install.internal.Maven31ArtifactInstaller
- All Implemented Interfaces:
MavenArtifactInstaller
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.eclipse.aether.RepositorySystem
private final org.eclipse.aether.RepositorySystemSession
-
Constructor Summary
ConstructorsConstructorDescriptionMaven31ArtifactInstaller
(org.eclipse.aether.RepositorySystem repositorySystem, org.eclipse.aether.RepositorySystemSession session) -
Method Summary
Modifier and TypeMethodDescriptionvoid
install
(Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)
-
Field Details
-
repositorySystem
private final org.eclipse.aether.RepositorySystem repositorySystem -
session
private final org.eclipse.aether.RepositorySystemSession session
-
-
Constructor Details
-
Maven31ArtifactInstaller
Maven31ArtifactInstaller(org.eclipse.aether.RepositorySystem repositorySystem, org.eclipse.aether.RepositorySystemSession session)
-
-
Method Details
-
install
public void install(Collection<org.apache.maven.artifact.Artifact> mavenArtifacts) throws ArtifactInstallerException - Specified by:
install
in interfaceMavenArtifactInstaller
- Throws:
ArtifactInstallerException
-