deploy:deploy

Deploys an artifact to remote repository.

Mojo Attributes:

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

Optional Parameters

Name Type Description
updateReleaseInfo boolean Parameter used to update the metadata to make the artifact as release. Default value is false.

Parameter Details

updateReleaseInfo

Parameter used to update the metadata to make the artifact as release.

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