Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #708 from sonatype/NEXUS-5399-item-max-age-desc
Browse files Browse the repository at this point in the history
[NEXUS-5399] attempt to improve the help for Item Max Age
  • Loading branch information
peterlynch committed Jan 4, 2013
2 parents a30909f + 67238b8 commit f29a9a1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -153,7 +153,7 @@ define('repoServer/resources',['sonatype/all'], function(){
notFoundCacheTTL : 'This controls how long to cache the fact that a file was not found in the repository.',
artifactMaxAge : 'This controls how long to cache the artifacts in the repository before rechecking the remote repository. In a release repository, this value should be -1 (infinite) as release artifacts shouldn\'t change.',
metadataMaxAge : 'This controls how long to cache the metadata in the repository before rechecking the remote repository. Unlike artifact max age, this value should not be infinite or Maven won\'t discover new artifact releases.',
itemMaxAge : 'This controls how long to cache the items in the repository before rechecking the remote repository. The value is used for repository items which are nor artifacts nor metadata.',
itemMaxAge : 'Repositories may contain resources that are neither artifacts identified by GAV coordinates or metadata. This value controls how long to cache such items in the repository before rechecking the remote repository.',
provider : 'This is the content provider of the repository.',
format : 'This is the format of the repository. Maven1 = A Maven 1.x formatted view of the repository. Maven2 = A Maven 2.x formatted view of the repository.',

Expand Down

0 comments on commit f29a9a1

Please sign in to comment.