Skip to content

Commit 31d2423

Browse files
author
Vinay Aggarwal
authored
Merge pull request #383 from shrajfr12/updreadme
Update readme indicating expireFilesMetadata plugin support generic repos
2 parents a0df1f8 + ef1f85f commit 31d2423

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

metadata/expireFilesMetadata/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Artifactory Expires Files Metadata User Plugin
33

44
This plugin expires files when they are requested according to file pattern and expire delay stored in properties file so that the files are redownloaded.
55

6+
This plugin is supported for Generic repositories only.
7+
68
This plugin is inspired from [Expires Packages Metadata User Plugin](https://github.com/jfrog/artifactory-user-plugins/tree/master/metadata/expirePackagesMetadata).
79

810
`expireFilesMetadata.json`
@@ -40,7 +42,7 @@ Features
4042

4143
This plugin runs every time a download request is received. It will force a check for expiry when:
4244

43-
- Artifact belongs to a remote repository
45+
- Artifact belongs to a remote repository and its package type is generic
4446
- Artifact local cache is older than the expire delay specified in the properties file
4547
- Artifact name statisfying the pattern given in the properties file
4648

0 commit comments

Comments
 (0)