Maven 1.x XDoc Plugin

Wrong margin around organization/name when no organization/logo is present

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.10
  • Fix Version/s: 1.10.1
  • Component/s: None
  • Labels:
    None
  • Environment:
    Maven 1.0.2, Windows XP
  • Number of attachments :
    0

Description

If you have a project.xml with this organization element:

<organization>
<name>Our organization</name>
</organization>

The margin around the "logo" in the upper left corner of the generated site is not set. The "logo" in this case consists of the text from the organization/name element.

If you have have a logo element inside the organization element, then the margin is set. Like this:

<organization>
<name>Our organization</name>
<logo>http://our.organization.org/logo.png</logo>
</organization>

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: