mirror of https://github.com/apache/maven.git
Resolving: MNG-934...setting default updateInterval in plugin-registry.xml to 1 day for now...we may want to update again for the 2.0-final release. This way, users will go at most 24 hours before being prompted to update their plugins, rather than having to do it manually.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291761 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
84e3f2c016
commit
7abf304382
|
@ -64,7 +64,7 @@
|
|||
<name>updateInterval</name>
|
||||
<version>1.0.0</version>
|
||||
<type>String</type>
|
||||
<defaultValue>never</defaultValue>
|
||||
<defaultValue>1d</defaultValue>
|
||||
<description><![CDATA[
|
||||
Specifies how often to check for plugin updates. Valid values are: never, always, interval:XXX.
|
||||
For the interval specification, XXX denotes a terse interval specification, such as 4h.
|
||||
|
|
Loading…
Reference in New Issue