Uploaded image for project: 'Maven JXR'
  1. Maven JXR
  2. JXR-63

Bottom line in jxr report does not correspond to Javadoc style

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1
    • 2.4
    • maven-jxr-plugin
    • 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 &#169; 2004-2008 <a href="http://www.somedomain.com">MyOrg</a>. All Rights Reserved.
      

      but what jxr produces is

      Copyright &copy; 2004-2008 MyOrg. All Rights Reserved.
      

      Because JXR tries to resemble javadoc, this bottom line should produce the same ouput

      Attachments

        1. JXR-63.patch
          5 kB
          Michael Osipov

        Activity

          People

            olamy Olivier Lamy
            michael-o Michael Osipov
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: