Skip to content

GitHub Action which caches the Maven repository periodically by date

License

Notifications You must be signed in to change notification settings

gantsign/maven-periodic-cache-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maven-periodic-cache-action

Tests

GitHub Action that caches the Maven repository periodically by date.

Usage

jobs:
  release:
    name: Release
    runs-on: ubuntu-20.04
    steps:
      - name: Cache the local Maven repository
        uses: gantsign/maven-periodic-cache-action@v1
        with:
           cache-period-days: 30
           additional-path: '!~/.m2/repository/com/example'
           key-suffix: '-deploy-site'

License

The Unlicense

Author Information

John Freeman

GantSign Ltd. Company No. 06109112 (registered in England)

About

GitHub Action which caches the Maven repository periodically by date

Resources

License

Stars

Watchers

Forks

Packages

No packages published