You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/10/11 10:05:17 UTC

svn commit: r312833 - /maven/components/trunk/maven-site/src/site/apt/ant-tasks.apt

Author: brett
Date: Tue Oct 11 01:05:11 2005
New Revision: 312833

URL: http://svn.apache.org/viewcvs?rev=312833&view=rev
Log:
PR: MNG-1159
document changes to policies element of remote repository

Modified:
    maven/components/trunk/maven-site/src/site/apt/ant-tasks.apt

Modified: maven/components/trunk/maven-site/src/site/apt/ant-tasks.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/ant-tasks.apt?rev=312833&r1=312832&r2=312833&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/ant-tasks.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/ant-tasks.apt Tue Oct 11 01:05:11 2005
@@ -390,7 +390,19 @@
 *----------------------+--------------------------------------------------------+
 | <<<layout>>>         | The layout of the remote repository. The valid options are <<<legacy>>> (Maven 1), or <<<default>>> (Maven 2).
 *----------------------+--------------------------------------------------------+
-| <<<snapshotPolicy>>> | How often to check for updates on dependencies with a version that includes <<<SNAPSHOT>>>. Valid values are <<<never>>>, <<<interval:MINUTES>>>, <<<daily>>> (<default)>, <<<always>>>.
+| <<<snapshots>>>      | Policies regarding downloading snapshot artifacts.
+*----------------------+--------------------------------------------------------+
+| <<<releases>>>       | Policies regarding downloading released artifacts.
+*----------------------+--------------------------------------------------------+
+
+* <<<snapshots>>>, <<<releases>>>
+
+  Policies about downloading each type of artifact.
+
+*----------------------+--------------------------------------------------------+
+| <<<enabled>>>        | Whether to download this type of artifact from the repository. Default is <<<true>>>.
+*----------------------+--------------------------------------------------------+
+| <<<updatePolicy>>>   | How often to check for updates on dependencies with that are snapshots or include a range of versions. Valid values are <<<never>>>, <<<interval:MINUTES>>>, <<<daily>>> (<default)>, <<<always>>>.
 *----------------------+--------------------------------------------------------+
 | <<<checksumPolicy>>> | How to treat missing or incorrect checksums for the dependencies that are downloaded. Valid values are <<<warn>>> (<default>) and <<<fail>>>.
 *----------------------+--------------------------------------------------------+