| Package | Description | 
|---|---|
| org.apache.maven.artifact.deployer | |
| org.apache.maven.repository.legacy.resolver.transform | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultArtifactDeployer. deploy(File source,
            Artifact artifact,
            ArtifactRepository deploymentRepository,
            ArtifactRepository localRepository) | 
| void | ArtifactDeployer. deploy(File source,
            Artifact artifact,
            ArtifactRepository deploymentRepository,
            ArtifactRepository localRepository)Deploy an artifact from a particular file. | 
| void | DefaultArtifactDeployer. deploy(String basedir,
            String finalName,
            Artifact artifact,
            ArtifactRepository deploymentRepository,
            ArtifactRepository localRepository)Deprecated. 
 we want to use the artifact method only, and ensure artifact.file is set
             correctly. | 
| void | ArtifactDeployer. deploy(String basedir,
            String finalName,
            Artifact artifact,
            ArtifactRepository deploymentRepository,
            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 | SnapshotTransformation. transformForDeployment(Artifact artifact,
                                            ArtifactRepository remoteRepository,
                                            ArtifactRepository localRepository) | 
| void | DefaultArtifactTransformationManager. transformForDeployment(Artifact artifact,
                                            ArtifactRepository remoteRepository,
                                            ArtifactRepository localRepository) | 
| void | ArtifactTransformationManager. transformForDeployment(Artifact artifact,
                                            ArtifactRepository remoteRepository,
                                            ArtifactRepository localRepository)Take in a artifact and return the transformed artifact for distributing to a remote repository. | 
| void | ArtifactTransformation. transformForDeployment(Artifact artifact,
                                            ArtifactRepository remoteRepository,
                                            ArtifactRepository localRepository)Take in a artifact and return the transformed artifact for distributing to remote repository. | 
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.