Installs CAR files into a target repository to support assembly.
Parameter |
Type |
Expression |
Default Value |
Description |
artifact (Optional) |
String
|
-
|
-
|
Configuration to be installed specified as groupId/artifactId/version/type if none specified, plugin will install all dependencies of type "car" |
artifactFactory (Discovered) |
ArtifactFactory
|
-
|
-
|
No description. |
basedir
|
File
|
${basedir}
|
-
|
The basedir of the project. |
explicitResolutionProperties
|
File
|
${project.build.directory}/explicit-versions.properties
|
-
|
The location where the properties mapping will be generated. |
factory (Discovered) |
ArtifactFactory
|
-
|
-
|
Used to look up Artifacts in the remote repository. |
local
|
ArtifactRepository
|
${localRepository}
|
-
|
Location of the local repository. |
project
|
MavenProject
|
${project}
|
-
|
The maven project. |
projectHelper (Discovered) |
MavenProjectHelper
|
-
|
-
|
The maven project's helper. |
remoteRepos
|
List
|
${project.remoteArtifactRepositories}
|
-
|
List of Remote Repositories used by the resolver. |
resolver (Discovered) |
ArtifactResolver
|
-
|
-
|
Used to look up Artifacts in the remote repository. |
sourceRepository
|
ArtifactRepository
|
${localRepository}
|
-
|
Location of the source repository for the dependencies |
targetRepository
|
String
|
-
|
archive-tmp/repository
|
The location of the target repository relative to targetRoot. |
targetRoot (Optional) |
String
|
${project.build.directory}
|
-
|
Root file of the TargetRepository. |