lfreleng-actions/🔧 Maven XML Settings
Generate a Maven settings.xml from supplied parameters
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| server-ids | Maven server <id> values sharing the credentials (comma, space or newline separated) | yes | — |
| username | Username applied to every listed server | yes | — |
| password | Password applied to every listed server | yes | — |
| mirror-id | Optional mirror <id>; requires mirror-url to take effect | no | "" |
| mirror-url | Optional mirror <url>; requires mirror-id to take effect | no | "" |
| mirror-of | Mirror <mirrorOf> selector (only used when a mirror is set) | no | * |
| profile-id | Optional active profile <id>; requires profile-repository-url to take effect | no | "" |
| profile-repository-url | Repository URL for the active profile; requires profile-id to take effect | no | "" |
| settings-path | Path to write settings.xml to (defaults to a file under RUNNER_TEMP) | no | "" |
Outputs
| name | description |
|---|---|
| settings-content | The generated settings.xml content |
| settings-path | Filesystem path the settings.xml was written to |