| Package | Description | 
|---|---|
| org.apache.maven.artifact.installer | |
| org.apache.maven.repository.legacy.resolver.transform | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ArtifactInstaller.install(File source,
       Artifact artifact,
       ArtifactRepository localRepository)
Install an artifact from a particular file. 
 | 
void | 
DefaultArtifactInstaller.install(File source,
       Artifact artifact,
       ArtifactRepository localRepository)  | 
void | 
DefaultArtifactInstaller.install(File source,
       Artifact artifact,
       ArtifactRepository localRepository)  | 
void | 
ArtifactInstaller.install(File source,
       Artifact artifact,
       ArtifactRepository localRepository)
Install an artifact from a particular file. 
 | 
void | 
ArtifactInstaller.install(String basedir,
       String finalName,
       Artifact artifact,
       ArtifactRepository localRepository)
Deprecated. 
 
to be removed before 2.0 after the install/deploy plugins use the alternate
             method 
 | 
void | 
DefaultArtifactInstaller.install(String basedir,
       String finalName,
       Artifact artifact,
       ArtifactRepository localRepository)
Deprecated. 
 
we want to use the artifact method only, and ensure artifact.file is set correctly. 
 | 
void | 
DefaultArtifactInstaller.install(String basedir,
       String finalName,
       Artifact artifact,
       ArtifactRepository localRepository)
Deprecated. 
 
we want to use the artifact method only, and ensure artifact.file is set correctly. 
 | 
void | 
ArtifactInstaller.install(String basedir,
       String finalName,
       Artifact artifact,
       ArtifactRepository localRepository)
Deprecated. 
 
to be removed before 2.0 after the install/deploy plugins use the alternate
             method 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ArtifactTransformation.transformForInstall(Artifact artifact,
                   ArtifactRepository localRepository)
Take in a artifact and return the transformed artifact for locating in the local repository. 
 | 
void | 
ArtifactTransformationManager.transformForInstall(Artifact artifact,
                   ArtifactRepository localRepository)
Take in a artifact and return the transformed artifact for locating in the local repository. 
 | 
void | 
DefaultArtifactTransformationManager.transformForInstall(Artifact artifact,
                   ArtifactRepository localRepository)  | 
void | 
DefaultArtifactTransformationManager.transformForInstall(Artifact artifact,
                   ArtifactRepository localRepository)  | 
void | 
ArtifactTransformationManager.transformForInstall(Artifact artifact,
                   ArtifactRepository localRepository)
Take in a artifact and return the transformed artifact for locating in the local repository. 
 | 
void | 
ArtifactTransformation.transformForInstall(Artifact artifact,
                   ArtifactRepository localRepository)
Take in a artifact and return the transformed artifact for locating in the local repository. 
 | 
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.