Uses of Class
org.apache.maven.artifact.deployer.ArtifactDeploymentException
Package
Description
-
Uses of ArtifactDeploymentException in org.apache.maven.artifact.deployer
Modifier and TypeMethodDescriptionvoid
ArtifactDeployer.deploy
(File source, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository) Deprecated.Deploy an artifact from a particular file.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 methodvoid
DefaultArtifactDeployer.deploy
(File source, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository) Deprecated.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. -
Uses of ArtifactDeploymentException in org.apache.maven.repository.legacy.resolver.transform
Modifier and TypeMethodDescriptionvoid
ArtifactTransformation.transformForDeployment
(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository) Deprecated.Take in an artifact and return the transformed artifact for distributing to remote repository.void
ArtifactTransformationManager.transformForDeployment
(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository) Deprecated.Take in an artifact and return the transformed artifact for distributing to a remote repository.void
DefaultArtifactTransformationManager.transformForDeployment
(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository) Deprecated.void
SnapshotTransformation.transformForDeployment
(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository) Deprecated.