Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1
-
None
Description
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:
Copyright © 2004-2008 <a href="http://www.somedomain.com">MyOrg</a>. All Rights Reserved.
but what jxr produces is
Copyright © 2004-2008 MyOrg. All Rights Reserved.
Because JXR tries to resemble javadoc, this bottom line should produce the same ouput