[ https://jira.codehaus.org/browse/JXR-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy reassigned JXR-63:
-------------------------------
Assignee: Olivier Lamy
> Bottom line in jxr report does not correspond to Javadoc style
> --------------------------------------------------------------
>
> Key: JXR-63
> URL: https://jira.codehaus.org/browse/JXR-63
> Project: Maven JXR
> Issue Type: Bug
> Components: maven2 jxr plugin
> Affects Versions: 2.1
> Reporter: Michael Osipov
> Assignee: Olivier Lamy
> Fix For: 2.4
>
> Attachments: JXR-63.patch
>
>
> 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, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|