Uses of Class
org.apache.maven.artifact.deployer.ArtifactDeploymentException
Packages that use ArtifactDeploymentException
Package
Description
-
Uses of ArtifactDeploymentException in org.apache.maven.artifact.deployer
Methods in org.apache.maven.artifact.deployer that throw ArtifactDeploymentExceptionModifier and TypeMethodDescriptionvoid
ArtifactDeployer.deploy
(File source, org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.ArtifactRepository deploymentRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository) Deploy an artifact from a particular file.void
ArtifactDeployer.deploy
(String basedir, String finalName, org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.ArtifactRepository deploymentRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository) Deprecated.to be removed before 2.0 after the install/deploy plugins use the alternate methodvoid
DefaultArtifactDeployer.deploy
(File source, org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.ArtifactRepository deploymentRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository) void
DefaultArtifactDeployer.deploy
(String basedir, String finalName, org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.ArtifactRepository deploymentRepository, org.apache.maven.artifact.repository.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
Methods in org.apache.maven.repository.legacy.resolver.transform that throw ArtifactDeploymentExceptionModifier and TypeMethodDescriptionvoid
ArtifactTransformation.transformForDeployment
(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.ArtifactRepository remoteRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository) Take in a artifact and return the transformed artifact for distributing to remote repository.void
ArtifactTransformationManager.transformForDeployment
(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.ArtifactRepository remoteRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository) Take in a artifact and return the transformed artifact for distributing to a remote repository.void
DefaultArtifactTransformationManager.transformForDeployment
(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.ArtifactRepository remoteRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository) void
SnapshotTransformation.transformForDeployment
(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.repository.ArtifactRepository remoteRepository, org.apache.maven.artifact.repository.ArtifactRepository localRepository)