Installs one or more artifacts into a local Geronimo repository.
Parameter |
Type |
Expression |
Default Value |
Description |
artifactFactory (Optional) (Discovered) |
ArtifactFactory
|
-
|
-
|
No description. |
artifactRepository
|
ArtifactRepository
|
${localRepository}
|
-
|
No description. |
artifactResolver (Optional) (Discovered) |
ArtifactResolver
|
-
|
-
|
No description. |
artifacts
|
ArtifactItem
|
-
|
-
|
A array {@link ArtifactItem} instances to be installed into the repository. |
basedir
|
File
|
${basedir}
|
-
|
The basedir of the project. |
force (Optional) |
boolean
|
-
|
true
|
Flag to indicate that if an artifact exists already, that we should delete it and re-install. |
project
|
MavenProject
|
${project}
|
-
|
The maven project. |
projectHelper (Optional) (Discovered) |
MavenProjectHelper
|
-
|
-
|
The maven project's helper. |
repositoryDirectory
|
File
|
-
|
-
|
The location of the target repository to install artifacts into. |