Improve site footer
-------------------
Key: MSITE-323
URL: http://jira.codehaus.org/browse/MSITE-323
Project: Maven 2.x Site Plugin
Issue Type: Improvement
Affects Versions: 2.0-beta-5
Reporter: Michael Osipov
Right now, the footer produces only:
{code}
© ${inceptionYear} - ${today} ${organization}
{code}
in contrast to that Javadoc produces am much more reasonable output
{code}
Copyright © ${inceptionYear} - ${today} <a
href="${organizationUrl}">${organization}</a>. All Rights Reserved.
{code}
Site plugin should produce such a more informative footer too if the
appropriate properties are set in the pom.
--
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