Uses of Class
org.apache.maven.artifact.deployer.ArtifactDeploymentException
Packages that use ArtifactDeploymentException
-
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, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository) 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 instlal/deploy plugins use the alternate method -
Uses of ArtifactDeploymentException in org.apache.maven.artifact.transform
Methods in org.apache.maven.artifact.transform that throw ArtifactDeploymentExceptionModifier and TypeMethodDescriptionvoid
ArtifactTransformation.transformForDeployment
(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository) Take in a artifact and return the transformed artifact for distributing toa remote repository.void
ArtifactTransformationManager.transformForDeployment
(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository) Take in a artifact and return the transformed artifact for distributing toa remote repository.