Full name:
com.github.github:downloads-maven-plugin:0.5:upload
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
project | MavenProject | - | Project being built |
Name | Type | Since | Description |
---|---|---|---|
description | String | - | Description of download |
dryRun | boolean | - | Show what downloads would be deleted and uploaded but don't
actually alter the current set of repository downloads. Showing
what downloads will be deleted does require still listing the
current downloads available from the repository. |
excludes | String[] | - | Files to exclude |
host | String | - | Host for API calls Default value is: ${github.global.host}. |
includeAttached | boolean | - | Include attached artifacts |
includes | String[] | - | Files to include |
oauth2Token | String | - | User name for authentication Default value is: ${github.global.oauth2Token}. |
override | boolean | - | Override existing downloads |
password | String | - | User name for authentication Default value is: ${github.global.password}. |
repositoryName | String | - | Name of repository to upload to |
repositoryOwner | String | - | Owner of repository to upload to |
server | String | - | Id of server to use Default value is: ${github.global.server}. |
settings | Settings | - | Settings |
suffix | String | - | Suffix to append to all uploaded files. The configured suffix will
go before the file extension. |
userName | String | - | User name for authentication Default value is: ${github.global.userName}. |
host: