deploy:deploy

Full name:

org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy

Description:

Deploys an artifact to remote repository.

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: deploy.

Optional Parameters

Name Type Since Description
altDeploymentRepository String - Specifies an alternative repository to which the project artifacts should be deployed ( other than those specified in <distributionManagement> ).
Format: id::layout::url
skip boolean 2.4 Set this to 'true' to bypass artifact deploy
Default value is: false.
updateReleaseInfo boolean - Parameter used to update the metadata to make the artifact as release.
Default value is: false.

Parameter Details

altDeploymentRepository:

Specifies an alternative repository to which the project artifacts should be deployed ( other than those specified in <distributionManagement> ).
Format: id::layout::url
  • Type: java.lang.String
  • Required: No
  • Expression: ${altDeploymentRepository}

skip:

Set this to 'true' to bypass artifact deploy
  • Type: boolean
  • Since: 2.4
  • Required: No
  • Expression: ${maven.deploy.skip}
  • Default: false

updateReleaseInfo:

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