Uses of Class
org.apache.maven.artifact.deployer.ArtifactDeploymentException
-
Packages that use ArtifactDeploymentException Package Description org.apache.maven.artifact.deployer org.apache.maven.artifact.transform -
-
Uses of ArtifactDeploymentException in org.apache.maven.artifact.deployer
Methods in org.apache.maven.artifact.deployer that throw ArtifactDeploymentException Modifier and Type Method Description voidArtifactDeployer. deploy(java.io.File source, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository)Deploy an artifact from a particular file.voidArtifactDeployer. deploy(java.lang.String basedir, java.lang.String finalName, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository)Deprecated.to be removed before 2.0 after the instlal/deploy plugins use the alternate methodvoidDefaultArtifactDeployer. deploy(java.io.File source, Artifact artifact, ArtifactRepository deploymentRepository, ArtifactRepository localRepository)voidDefaultArtifactDeployer. deploy(java.lang.String basedir, java.lang.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.artifact.transform
Methods in org.apache.maven.artifact.transform that throw ArtifactDeploymentException Modifier and Type Method Description voidArtifactTransformation. transformForDeployment(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository)Take in a artifact and return the transformed artifact for distributing toa remote repository.voidArtifactTransformationManager. transformForDeployment(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository)Take in a artifact and return the transformed artifact for distributing toa remote repository.voidDefaultArtifactTransformationManager. transformForDeployment(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository)voidSnapshotTransformation. transformForDeployment(Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository)
-