Hi Benson, Here are a few problems with actual config: - you should add your apache id - your entry should be sorted by id - [WARNING] The time zone 'America/Boston' for the developer 'Benson Margulies' is not a recognised time zone
Notice: with actual pom documentation, you can check your entry with mvn -f site-pom.xml site Regards, Hervé Le dimanche 3 juillet 2011, [email protected] a écrit : > Author: bimargulies > Date: Sun Jul 3 10:50:09 2011 > New Revision: 1142412 > > URL: http://svn.apache.org/viewvc?rev=1142412&view=rev > Log: > Fix time zone for me to include DST as per Herve's suggestion. > > Modified: > maven/pom/trunk/maven/pom.xml > > Modified: maven/pom/trunk/maven/pom.xml > URL: > http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1142412&r1= > 1142411&r2=1142412&view=diff > ========================================================================== > ==== --- maven/pom/trunk/maven/pom.xml (original) > +++ maven/pom/trunk/maven/pom.xml Sun Jul 3 10:50:09 2011 > @@ -394,7 +394,7 @@ under the License. > <roles> > <role>Committer</role> > </roles> > - <timezone>-5</timezone> > + <timezone>America/Boston</timezone> > </developer> > <!--End Committers--> > <developer> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
