Bottom line in jxr report does not correspond to Javadoc style
--------------------------------------------------------------
Key: JXR-63
URL: http://jira.codehaus.org/browse/JXR-63
Project: Maven JXR
Issue Type: Bug
Components: maven2 jxr plugin
Affects Versions: 2.1
Reporter: Michael Osipov
I user JXR with Maven and produce Javadoc too.
I've set:
<inceptionYear>2004</inceptionYear>
<organization>MyOrg</organization>
<organizationUrl>http://www.somedomain.com</organizationUrl>
What the JAvadoc plugin does for the javadoc report is, it creates a bottom
line like this:
{code}
Copyright © 2004-2008 <a href="http://www.somedomain.com">MyOrg</a>. All
Rights Reserved.
{code}
but what jxr produces is
{code}
Copyright © 2004-2008 MyOrg. All Rights Reserved.
{code}
Because JXR tries to resemble javadoc, this bottom line should produce the same
ouput
--
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