mirror of
https://github.com/s4u/setup-maven-action.git
synced 2026-02-17 00:00:10 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a27433d28 |
21
README.md
21
README.md
@ -77,16 +77,17 @@ So we can use for action:
|
|||||||
|
|
||||||
## maven-settings-action
|
## maven-settings-action
|
||||||
|
|
||||||
| params | destination |
|
| params | destination |
|
||||||
|----------------------------|-------------------|
|
|-----------------------------|--------------------|
|
||||||
| settings-servers | servers |
|
| settings-servers | servers |
|
||||||
| settings-mirrors | mirrors |
|
| settings-mirrors | mirrors |
|
||||||
| settings-properties | properties |
|
| settings-properties | properties |
|
||||||
| settings-sonatypeSnapshots | sonatypeSnapshots |
|
| settings-sonatypeSnapshots | sonatypeSnapshots |
|
||||||
| settings-proxies | proxies |
|
| settings-proxies | proxies |
|
||||||
| settings-repositories | repositories |
|
| settings-repositories | repositories |
|
||||||
| settings-githubServer | githubServer |
|
| settings-pluginRepositories | pluginRepositories |
|
||||||
| settings-path | path |
|
| settings-githubServer | githubServer |
|
||||||
|
| settings-path | path |
|
||||||
|
|
||||||
# Testing against different Maven versions
|
# Testing against different Maven versions
|
||||||
|
|
||||||
|
|||||||
@ -110,6 +110,10 @@ inputs:
|
|||||||
description: 'repository settings definition in json array, e.g.: [ { "id": "repoId","name": "repoName","url": "url","snapshots": { "enabled": true } } ]'
|
description: 'repository settings definition in json array, e.g.: [ { "id": "repoId","name": "repoName","url": "url","snapshots": { "enabled": true } } ]'
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
settings-pluginRepositories:
|
||||||
|
description: 'plugin repository settings definition in json array, e.g.: [{"id":"repoId","name":"repoName","url":"url","snapshots":{"enabled":true}}]'
|
||||||
|
required: false
|
||||||
|
|
||||||
settings-githubServer:
|
settings-githubServer:
|
||||||
description: 'add to settings.xml servers server-id: github; username=$GITHUB_ACTOR and password=$GITHUB_TOKEN'
|
description: 'add to settings.xml servers server-id: github; username=$GITHUB_ACTOR and password=$GITHUB_TOKEN'
|
||||||
default: "true"
|
default: "true"
|
||||||
@ -169,5 +173,6 @@ runs:
|
|||||||
sonatypeSnapshots: '${{ inputs.settings-sonatypeSnapshots }}'
|
sonatypeSnapshots: '${{ inputs.settings-sonatypeSnapshots }}'
|
||||||
proxies: '${{ inputs.settings-proxies }}'
|
proxies: '${{ inputs.settings-proxies }}'
|
||||||
repositories: '${{ inputs.settings-repositories }}'
|
repositories: '${{ inputs.settings-repositories }}'
|
||||||
|
pluginRepositories: '${{ inputs.settings-pluginRepositories }}'
|
||||||
githubServer: '${{ inputs.settings-githubServer }}'
|
githubServer: '${{ inputs.settings-githubServer }}'
|
||||||
path: '${{ inputs.settings-path }}'
|
path: '${{ inputs.settings-path }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user