Full name:
npanday.plugin:maven-install-plugin:1.2:install
Description:
Attributes:
install
.Name | Type | Since | Description |
---|---|---|---|
project | MavenProject |
- |
The maven project. |
Name | Type | Since | Description |
---|---|---|---|
frameworkVersion | String |
- |
(no description) |
isGacInstall | boolean |
- |
Install into the GAC? Default value is: false . |
localRepository | File |
- |
(no description) |
pomFile | File |
- |
(no description) |
profile | String |
- |
The profile that the executable should use. Default value is: GACUTIL . |
vendor | String |
- |
The Vendor for the executable. |
java.lang.String
No
${frameworkVersion}
boolean
No
${isGacInstall}
false
java.io.File
No
${settings.localRepository}
java.io.File
No
${project.file}
java.lang.String
No
${profile}
GACUTIL
org.apache.maven.project.MavenProject
Yes
${project}
java.lang.String
No
${vendor}