currentYear displays wrongly if inceptionYear defined
-----------------------------------------------------
Key: MJAVADOC-41
URL: http://jira.codehaus.org/browse/MJAVADOC-41
Project: Maven 2.x Javadoc Plugin
Type: Bug
Environment: Maven 2.0.1, Windows XP
Reporter: Chris Hagmann
To simplify my observations of this bug, I use the following <bottom> tag for
my javadoc plugin configuration.
<bottom>{currentYear}</bottom>
This works fine if I don't specify any <inceptionYear> in the POM (e.g.
resulting copyright footer: 2006).
However, if I specify <inceptionYear> (e.g. 2004) then the copyright footer
looks wrong (e..g 2004-2006) even with the <bottom> configuration as shown
above.
If I don't configure any <bottom> tag, then the copyright footer looks
something like:
Copyright 2004-2004-2006 mHave. All Rights Reserved.
This is obviously wrong ...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]