From 5f2bfa3544101d836b19ac7aa52c8f5fc1d0a294 Mon Sep 17 00:00:00 2001 From: bwalding Date: Sat, 12 Apr 2003 01:55:30 +0000 Subject: [PATCH] Add the timezone field PR:MAVEN-387 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113321 13f79535-47bb-0310-9956-ffa450edef68 --- .../plugin-resources/templates/team-list.xml | 31 ++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/xdoc/src/plugin-resources/templates/team-list.xml b/xdoc/src/plugin-resources/templates/team-list.xml index fac107ca..18a80cb2 100644 --- a/xdoc/src/plugin-resources/templates/team-list.xml +++ b/xdoc/src/plugin-resources/templates/team-list.xml @@ -4,8 +4,33 @@ Project Team + + + + + +

@@ -44,6 +69,8 @@ Email Organization Roles + TZ Offset + Time #foreach ($developer in $project.developers) @@ -60,6 +87,8 @@ $role
#end + $!developer.timezone + Unknown #end