mirror of https://github.com/apache/maven.git
MPIR-171: support "TimeZones" as a timezone
o improved timezone description in the M3 POM model (exactly timezone are between -12 and +14 or a valid timezone id) o support timezone ids in the teamListReport o added joda (ASF2.0) as dependency in MPIR o updated faq git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1029846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3a53a3caf2
commit
3c3459c44c
|
@ -1194,7 +1194,13 @@
|
||||||
<field>
|
<field>
|
||||||
<name>timezone</name>
|
<name>timezone</name>
|
||||||
<version>3.0.0+</version>
|
<version>3.0.0+</version>
|
||||||
<description>The timezone the contributor is in. This is a number in the range -11 to 12.</description>
|
<description>
|
||||||
|
<![CDATA[
|
||||||
|
The timezone the contributor is in. Typically, this is a number in the range
|
||||||
|
<a href="http://en.wikipedia.org/wiki/UTC%E2%88%9212:00">-12</a> to <a href="http://en.wikipedia.org/wiki/UTC%2B14:00">+14</a>
|
||||||
|
or a valid time zone id like "America/Montreal" (UTC-05:00) or "Europe/Paris" (UTC+01:00).
|
||||||
|
]]>
|
||||||
|
</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
|
|
Loading…
Reference in New Issue