This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new 36d7281a clarify "never" value for "updatePolicy" (#426)
36d7281a is described below
commit 36d7281a325097357fb4a298f73cf22a63a92e78
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon Jun 12 17:19:34 2023 +0200
clarify "never" value for "updatePolicy" (#426)
---
content/apt/pom.apt.vm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/apt/pom.apt.vm b/content/apt/pom.apt.vm
index 137cdf5d..4a877dad 100644
--- a/content/apt/pom.apt.vm
+++ b/content/apt/pom.apt.vm
@@ -1739,7 +1739,8 @@ scm:cvs:pserver:127.0.0.1:/cvs/root:my-project
* <<updatePolicy>>:
This element specifies how often updates should attempt to occur. Maven will
compare the local
POM's timestamp (stored in a repository's maven-metadata file) to the
remote. The choices are:
- <<<always>>>, <<<daily>>> (default), <<<interval:X>>> (where X is an integer
in minutes) or <<<never>>>.
+ <<<always>>>, <<<daily>>> (default), <<<interval:X>>> (where X is an integer
in minutes) or <<<never>>>
+ (only downloads if not yet existing in the local repository).
* <<checksumPolicy>>:
When Maven deploys files to the repository, it also deploys corresponding
checksum files. Your options