public interface ArtifactInstaller
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROLE |
| Modifier and Type | Method and Description |
|---|---|
void |
install(java.io.File source,
Artifact artifact,
ArtifactRepository localRepository)
Install an artifact from a particular file.
|
void |
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
|
void install(java.lang.String basedir,
java.lang.String finalName,
Artifact artifact,
ArtifactRepository localRepository)
throws ArtifactInstallationException
basedir - the directory where the artifact is storedfinalName - the name of the artifact sans extensionartifact - the artifact definitionlocalRepository - the local repository to install intoArtifactInstallationException - if an error occurred installing the artifactvoid install(java.io.File source,
Artifact artifact,
ArtifactRepository localRepository)
throws ArtifactInstallationException
source - the file to installartifact - the artifact definitionlocalRepository - the local repository to install intoArtifactInstallationException - if an error occurred installing the artifact