Uses of Class
org.apache.maven.artifact.installer.ArtifactInstallationException
-
Packages that use ArtifactInstallationException Package Description org.apache.maven.artifact.installer org.apache.maven.artifact.transform -
-
Uses of ArtifactInstallationException in org.apache.maven.artifact.installer
Methods in org.apache.maven.artifact.installer that throw ArtifactInstallationException Modifier and Type Method Description void
ArtifactInstaller. install(java.io.File source, Artifact artifact, ArtifactRepository localRepository)
Install an artifact from a particular file.void
ArtifactInstaller. install(java.lang.String basedir, java.lang.String finalName, Artifact artifact, ArtifactRepository localRepository)
Deprecated.to be removed before 2.0 after the instlal/deploy plugins use the alternate method -
Uses of ArtifactInstallationException in org.apache.maven.artifact.transform
Methods in org.apache.maven.artifact.transform that throw ArtifactInstallationException Modifier and Type Method Description void
ArtifactTransformation. transformForInstall(Artifact artifact, ArtifactRepository localRepository)
Take in a artifact and return the transformed artifact for locating in the local repository.void
ArtifactTransformationManager. transformForInstall(Artifact artifact, ArtifactRepository localRepository)
Take in a artifact and return the transformed artifact for locating in the local repository.
-