clausnz/Maven Artifact Download
Download Artifacts from a Maven Repository - GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| url | The Maven repository URL | yes | — |
| repository | The repository name | yes | — |
| groupId | The Maven groupId | yes | — |
| artifactId | The Maven artifactId | yes | — |
| version | The artifact version | yes | — |
| classifier | The Maven classifier | no | — |
| extension | The file extension of the download file | yes | — |
| username | The username for the Maven repository access, used for basic auth | no | — |
| password | The password for the Maven repository access, used for basic auth | no | — |
Outputs
| name | description |
|---|---|
| file | The path to the downloaded file from the repository, which can be used in other actions |