gauthamchandra/Maven Daemon Action
Allows the use of Maven Daemon in your Github actions workflows.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version of Maven Daemon to install. See here for available versions: https://downloads.apache.org/maven/mvnd/ By default, it uses `1.0.2`. It doesn't yet utilize the later 2.x versions because 2.x utilizes Maven 4.x which is still experimental and the majority of projects haven't switched over to using it yet. | no | 1.0.2 |
| hosted-binary-url | The location as a URL where the mvnd binaries are hosted. | no | https://downloads.apache.org/maven/mvnd/ |
| cache-directory-override | The directory to save the mvnd binaries. This is useful to configure if you want to use `actions/cache` to cache the binaries. | no | — |
Outputs
| name | description |
|---|---|
| cached-binary-path | The fully qualified path where the mvnd binary was saved. |
| cached-directory-path | The directory containing the extracted mvnd binary and all related files. Useful for caching the entire directory with `actions/cache`. |