skjolber/Maven Cache
Better Maven dependency caching than Github's own cache action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| step | Build step step, i.e. restore or save | yes | — |
| depth | Maximum git history depth to search for changes to build files. Defaults to 100 commits. | no | — |
| upload-chunk-size | The chunk size used to split up large files during upload, in bytes | no | — |
| enableCrossOsArchive | An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms | no | false |
| key-path | A list of files, directories, and wildcard patterns used to detect files which affects cache content | no | **/pom.xml |
| wrapper | Cache the Maven wrapper if the .mvn wrapper directory is detected | no | true |
| cache-key-prefix | Prefix for cache keys | no | maven-cache-github-action |
Outputs
| name | description |
|---|---|
| cache-restore | A value to indicate result of cache restore: none, partial or full. |