http://maven.apache.org/POM/4.0.0
complexType RepositoryPolicy

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}RepositoryPolicy (restriction)

Documentation
4.0.0
Download policy
Properties
This component is not nillable.

Model
<...>
(enabled? ; updatePolicy? ; checksumPolicy?)
</...>


Nested Element Summary
xs:stringchecksumPolicy
          4.0.0 What to do when verification of an artifact checksum fails. 
xs:booleanenabled
          4.0.0Whether to use this repository for downloading this type of artifact. 
xs:stringupdatePolicy
          4.0.0 The frequency for downloading updates - can be <code>always,</code> <code>daily</code> (default), <code>interval:XXX</code> (in minutes) or <code>never</code> (only if it doesn't exist locally).  
Source
<xs:complexType name="RepositoryPolicy">
<xs:all>
<xs:element default="true" minOccurs="0" name="enabled" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="updatePolicy" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="checksumPolicy" type="xs:string">
</xs:element>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.