install:install
Full name:
org.apache.maven.plugins:maven-install-plugin:2.3.1:install
Description:
Installs the project's main artifact in the local repository.
Attributes:
- Requires a Maven 2.0 project to be executed.
- The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase:
install
.
Optional Parameters
Name |
Type |
Since |
Description |
createChecksum |
boolean |
2.2 |
Flag whether to create checksums (MD5, SHA-1) or not.
Default value is: false . |
updateReleaseInfo |
boolean |
- |
Whether to update the metadata to make the artifact a release
version.
Default value is: false . |
Parameter Details
createChecksum:
Flag whether to create checksums (MD5, SHA-1) or not.
- Type:
boolean
- Since:
2.2
- Required:
No
- Expression:
${createChecksum}
- Default:
false
updateReleaseInfo:
Whether to update the metadata to make the artifact a release
version.
- Type:
boolean
- Required:
No
- Expression:
${updateReleaseInfo}
- Default:
false