Maven 2.x and 3.x Site Plugin

Paragraphs after list being "dropped" by site generation

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 2.0-beta-5
  • Fix Version/s: 2.0-beta-5
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    3

Description

When generating the Struts site, in some circumstances, the paragraphs that follow a list are disappearing from the generated document - the number of paragraphs dropped corresponds to the number of items in the list.

So if in the XML document I have something like the following, with 3 items in a list:

<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</lu>

Then the first three paragraphs following the list disappear - see the list of shale committers:
http://struts.apache.org/announce.html

I have re-produced this in a simple test document which I'll attach - along with the output from running "mvn site"

  1. mvn-site-output.txt
    30/Jun/06 2:37 AM
    41 kB
    Niall Pemberton
  2. test.html
    30/Jun/06 2:37 AM
    8 kB
    Niall Pemberton
  3. test.xml
    30/Jun/06 2:37 AM
    1 kB
    Niall Pemberton

Issue Links

Activity

Hide
Niall Pemberton added a comment -

Attaching three files demonstrating the problem:

1) test.xml - simple xml source file
2) test.html - generated page showing missing paragraphs
3) mvn-site-output.txt - output from running "mvn site"

Show
Niall Pemberton added a comment - Attaching three files demonstrating the problem: 1) test.xml - simple xml source file 2) test.html - generated page showing missing paragraphs 3) mvn-site-output.txt - output from running "mvn site"
Hide
Vincent Siveton added a comment -

Corrected doxia skin

Show
Vincent Siveton added a comment - Corrected doxia skin

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: