install:install

Installs project's main artifact in local repository.

Mojo Attributes:

  • Requires a Maven 2.0 project to execute.
  • Automatically executes within the lifecycle phase: install

Optional Parameters

Name Type Description
createChecksum boolean Flag Whether to create checksums(MD5, SHA1) or not. Default value is false.
md5Digester Digester Digester for MD5.
sha1Digester Digester Digester for SHA-1.
updateReleaseInfo boolean Whether to update the metadata to make the artifact as release. Default value is false.

Parameter Details

createChecksum

Flag Whether to create checksums(MD5, SHA1) or not.

  • Type: boolean
  • Required: No
  • Expression: ${createChecksum}
  • Default: false

md5Digester Digester for MD5.
  • Type: org.codehaus.plexus.digest.Digester
  • Required: No

sha1Digester Digester for SHA-1.
  • Type: org.codehaus.plexus.digest.Digester
  • Required: No

updateReleaseInfo Whether to update the metadata to make the artifact as release.
  • Type: boolean
  • Required: No
  • Expression: ${updateReleaseInfo}
  • Default: false