PR: MNG-1159

document changes to policies element of remote repository

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312833 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-11 08:05:11 +00:00
parent 0ebf10aa03
commit fd40072893
1 changed files with 13 additions and 1 deletions

View File

@ -390,7 +390,19 @@ Type Reference
*----------------------+--------------------------------------------------------+
| <<<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>>>.
*----------------------+--------------------------------------------------------+