Full name:
org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy
Description:
Attributes:
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
User property is: altDeploymentRepository. |
altReleaseDeploymentRepository | String | 2.8 | The alternative repository to use when the project has a final
version. User property is: altReleaseDeploymentRepository. |
altSnapshotDeploymentRepository | String | 2.8 | The alternative repository to use when the project has a snapshot
version. User property is: altSnapshotDeploymentRepository. |
deployAtEnd | boolean | 2.8 | Whether every project should be deployed during its own
deploy-phase or at the end of the multimodule build. If set to
true and the build fails, none of the reactor projects
is deployed. (experimental) Default value is: false. User property is: deployAtEnd. |
retryFailedDeploymentCount | int | 2.7 | Parameter used to control how many times a failed deployment will
be retried before giving up and failing. If a value outside the
range 1-10 is specified it will be pulled to the nearest value
within the range 1-10. Default value is: 1. User property is: retryFailedDeploymentCount. |
skip | boolean | 2.4 | Set this to 'true' to bypass artifact deploy Default value is: false. User property is: maven.deploy.skip. |
updateReleaseInfo | boolean | - | Parameter used to update the metadata to make the artifact as
release. Default value is: false. User property is: updateReleaseInfo. |
altReleaseDeploymentRepository:
altSnapshotDeploymentRepository:
skip: