mirror of
http://43.153.184.91:8080/https://github.com/s4u/setup-maven-action.git
synced 2026-01-27 03:03:00 +08:00
support adding settings-path for settings.xml (#95)
Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
This commit is contained in:
parent
7520fcc0b4
commit
382542f776
@ -86,6 +86,7 @@ So we can use for action:
|
||||
| settings-proxies | proxies |
|
||||
| settings-repositories | repositories |
|
||||
| settings-githubServer | githubServer |
|
||||
| settings-path | path |
|
||||
|
||||
# Testing against different Maven versions
|
||||
|
||||
|
||||
@ -115,6 +115,10 @@ inputs:
|
||||
default: "true"
|
||||
required: false
|
||||
|
||||
settings-path:
|
||||
description: 'override default path to settings.xml which is $HOME/.m2/settings.xml'
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: 'composite'
|
||||
|
||||
@ -166,3 +170,4 @@ runs:
|
||||
proxies: '${{ inputs.settings-proxies }}'
|
||||
repositories: '${{ inputs.settings-repositories }}'
|
||||
githubServer: '${{ inputs.settings-githubServer }}'
|
||||
path: '${{ inputs.settings-path }}'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user